Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-09 02:41:20.820143",
"spec_repo_commit": "39adb7c0"
"regenerated": "2025-05-09 15:05:38.929170",
"spec_repo_commit": "24ffda43"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-09 02:41:20.835754",
"spec_repo_commit": "39adb7c0"
"regenerated": "2025-05-09 15:05:38.944799",
"spec_repo_commit": "24ffda43"
}
}
}
20 changes: 5 additions & 15 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50448,9 +50448,7 @@ paths:
operator: OR
permissions:
- monitors_read
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,

contact [Datadog support](https://docs.datadoghq.com/help/).'
x-unstable: '**Note**: This endpoint is in Preview. [Request access](https://www.datadoghq.com/product-preview/monitor-notification-rules/).'
post:
description: Creates a monitor notification rule.
operationId: CreateMonitorNotificationRule
Expand Down Expand Up @@ -50494,9 +50492,7 @@ paths:
operator: OR
permissions:
- monitor_config_policy_write
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,

contact [Datadog support](https://docs.datadoghq.com/help/).'
x-unstable: '**Note**: This endpoint is in Preview. [Request access](https://www.datadoghq.com/product-preview/monitor-notification-rules/).'
/api/v2/monitor/notification_rule/{rule_id}:
delete:
description: Deletes a monitor notification rule by `rule_id`.
Expand Down Expand Up @@ -50537,9 +50533,7 @@ paths:
operator: OR
permissions:
- monitor_config_policy_write
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,

contact [Datadog support](https://docs.datadoghq.com/help/).'
x-unstable: '**Note**: This endpoint is in Preview. [Request access](https://www.datadoghq.com/product-preview/monitor-notification-rules/).'
get:
description: Returns a monitor notification rule by `rule_id`.
operationId: GetMonitorNotificationRule
Expand Down Expand Up @@ -50593,9 +50587,7 @@ paths:
operator: OR
permissions:
- monitors_read
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,

contact [Datadog support](https://docs.datadoghq.com/help/).'
x-unstable: '**Note**: This endpoint is in Preview. [Request access](https://www.datadoghq.com/product-preview/monitor-notification-rules/).'
patch:
description: Updates a monitor notification rule by `rule_id`.
operationId: UpdateMonitorNotificationRule
Expand Down Expand Up @@ -50653,9 +50645,7 @@ paths:
operator: OR
permissions:
- monitor_config_policy_write
x-unstable: '**Note**: This endpoint is in Preview. If you have any feedback,

contact [Datadog support](https://docs.datadoghq.com/help/).'
x-unstable: '**Note**: This endpoint is in Preview. [Request access](https://www.datadoghq.com/product-preview/monitor-notification-rules/).'
/api/v2/monitor/policy:
get:
description: Get all monitor configuration policies.
Expand Down
Loading