Skip to content
Merged
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-03-13 19:52:49.528972",
"spec_repo_commit": "f64c1d75"
"regenerated": "2025-03-14 07:51:10.767732",
"spec_repo_commit": "899883be"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-03-13 19:52:49.544117",
"spec_repo_commit": "f64c1d75"
"regenerated": "2025-03-14 07:51:10.783055",
"spec_repo_commit": "899883be"
}
}
}
7 changes: 6 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38777,7 +38777,12 @@ paths:
- monitors_downtime
/api/v2/downtime/{downtime_id}:
delete:
description: Cancel a downtime.
description: 'Cancel a downtime.


**Note**: Downtimes canceled through the API are no longer active, but are
retained for approximately two days before being permanently removed. The
downtime may still appear in search results until it is permanently removed.'
operationId: CancelDowntime
parameters:
- description: ID of the downtime to cancel.
Expand Down
2 changes: 2 additions & 0 deletions lib/datadog_api_client/v2/api/downtimes_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def cancel_downtime(downtime_id, opts = {})
#
# Cancel a downtime.
#
# **Note**: Downtimes canceled through the API are no longer active, but are retained for approximately two days before being permanently removed. The downtime may still appear in search results until it is permanently removed.
#
# @param downtime_id [String] ID of the downtime to cancel.
# @param opts [Hash] the optional parameters
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
Expand Down
Loading