From f160a5e00bab92a63f123517a6cea4fbeeb5098d Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 15 Sep 2026 18:52:07 +0000 Subject: [PATCH] Regenerate client from commit 1fa4f2f of spec repo --- .generator/schemas/v1/openapi.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 4c51085e74e..81bd92ac987 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -29087,6 +29087,7 @@ components: incident_write: Create, view, and manage incidents in Datadog. metrics_read: View custom metrics. monitors_downtime: Set downtimes to suppress alerts from any monitor in an organization. Mute and unmute monitors. The ability to write monitors is not required to set downtimes. + monitors_draft_write: Create, edit, and delete draft monitors. Does not allow editing live monitors or publishing drafts to production. monitors_read: View monitors. monitors_write: Edit, delete, and resolve individual monitors. org_management: Edit org configurations, including authentication and certain security preferences such as configuring SAML, renaming an org, configuring allowed login methods, creating child orgs, subscribing & unsubscribing from apps in the marketplace, and enabling & disabling Remote Configuration for the entire organization. @@ -36084,6 +36085,8 @@ paths: appKeyAuth: [] - AuthZ: - monitors_write + - AuthZ: + - monitors_draft_write summary: Create a monitor tags: - Monitors @@ -36092,6 +36095,7 @@ paths: operator: OR permissions: - monitors_write + - monitors_draft_write /api/v1/monitor/can_delete: get: description: Check if the given monitors can be deleted. @@ -36484,6 +36488,8 @@ paths: appKeyAuth: [] - AuthZ: - monitors_write + - AuthZ: + - monitors_draft_write summary: Delete a monitor tags: - Monitors @@ -36491,6 +36497,7 @@ paths: operator: OR permissions: - monitors_write + - monitors_draft_write get: description: Get details about the specified monitor from your organization. operationId: GetMonitor @@ -36651,6 +36658,8 @@ paths: appKeyAuth: [] - AuthZ: - monitors_write + - AuthZ: + - monitors_draft_write summary: Edit a monitor tags: - Monitors @@ -36659,6 +36668,7 @@ paths: operator: OR permissions: - monitors_write + - monitors_draft_write /api/v1/monitor/{monitor_id}/downtimes: get: deprecated: true