From abe83bee089138ef2c192576c2e753e60f4af4f6 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 14 Aug 2026 14:10:05 +0000 Subject: [PATCH] Regenerate client from commit fed6b98 of spec repo --- .generator/schemas/v2/openapi.yaml | 8 ++------ .../com/datadog/api/client/v2/api/StatusPagesApi.java | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index fcf5fd48e2c..3cabe03bbad 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -204350,7 +204350,7 @@ paths: - status_pages_incident_write /api/v2/statuspages/{page_id}/publish: post: - description: Publishes a status page. For pages of type `public`, makes the status page available on the public internet and requires the `status_pages_public_page_publish` permission. For pages of type `internal`, makes the status page available under the `status-pages/$domain_prefix/view` route within the Datadog organization and requires the `status_pages_internal_page_publish` permission. The `status_pages_settings_write` permission is temporarily honored as we migrate publishing functionality from the update status page endpoint to the publish status page endpoint. + description: Publishes a status page. For pages of type `public`, makes the status page available on the public internet and requires the `status_pages_public_page_publish` permission. For pages of type `internal`, makes the status page available under the `status-pages/$domain_prefix/view` route within the Datadog organization and requires the `status_pages_internal_page_publish` permission. operationId: PublishStatusPage parameters: - description: The ID of the status page. @@ -204371,19 +204371,17 @@ paths: - AuthZ: - status_pages_internal_page_publish - status_pages_public_page_publish - - status_pages_settings_write summary: Publish status page tags: - Status Pages x-permission: operator: OR permissions: - - status_pages_settings_write - status_pages_public_page_publish - status_pages_internal_page_publish /api/v2/statuspages/{page_id}/unpublish: post: - description: Unpublishes a status page. For pages of type `public`, removes the status page from the public internet and requires the `status_pages_public_page_publish` permission. For pages of type `internal`, removes the `status-pages/$domain_prefix/view` route from the Datadog organization and requires the `status_pages_internal_page_publish` permission. The `status_pages_settings_write` permission is temporarily honored as we migrate unpublishing functionality from the update status page endpoint to the unpublish status page endpoint. + description: Unpublishes a status page. For pages of type `public`, removes the status page from the public internet and requires the `status_pages_public_page_publish` permission. For pages of type `internal`, removes the `status-pages/$domain_prefix/view` route from the Datadog organization and requires the `status_pages_internal_page_publish` permission. operationId: UnpublishStatusPage parameters: - description: The ID of the status page. @@ -204404,14 +204402,12 @@ paths: - AuthZ: - status_pages_internal_page_publish - status_pages_public_page_publish - - status_pages_settings_write summary: Unpublish status page tags: - Status Pages x-permission: operator: OR permissions: - - status_pages_settings_write - status_pages_public_page_publish - status_pages_internal_page_publish /api/v2/stegadography/get-widgets: diff --git a/src/main/java/com/datadog/api/client/v2/api/StatusPagesApi.java b/src/main/java/com/datadog/api/client/v2/api/StatusPagesApi.java index 20ad9c25a61..6042ca21f1b 100644 --- a/src/main/java/com/datadog/api/client/v2/api/StatusPagesApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/StatusPagesApi.java @@ -5810,9 +5810,7 @@ public CompletableFuture publishStatusPageAsync(UUID pageId) { * on the public internet and requires the status_pages_public_page_publish * permission. For pages of type internal, makes the status page available under the * status-pages/$domain_prefix/view route within the Datadog organization and - * requires the status_pages_internal_page_publish permission. The - * status_pages_settings_write permission is temporarily honored as we migrate publishing - * functionality from the update status page endpoint to the publish status page endpoint. + * requires the status_pages_internal_page_publish permission. * * @param pageId The ID of the status page. (required) * @return ApiResponse<Void> @@ -6132,9 +6130,7 @@ public CompletableFuture unpublishStatusPageAsync(UUID pageId) { * the public internet and requires the status_pages_public_page_publish permission. * For pages of type internal, removes the status-pages/$domain_prefix/view * route from the Datadog organization and requires the - * status_pages_internal_page_publish permission. The status_pages_settings_write - * permission is temporarily honored as we migrate unpublishing functionality from the - * update status page endpoint to the unpublish status page endpoint. + * status_pages_internal_page_publish permission. * * @param pageId The ID of the status page. (required) * @return ApiResponse<Void>