Skip to content

Commit 16b756b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Replace All with Active in the monitor downtimes endpoint title (#1186)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 03407f6 commit 16b756b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.4",
7-
"regenerated": "2023-06-12 13:40:04.293838",
8-
"spec_repo_commit": "2c47742f"
7+
"regenerated": "2023-06-12 14:39:37.558657",
8+
"spec_repo_commit": "52c2288b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-06-12 13:40:04.312292",
13-
"spec_repo_commit": "2c47742f"
12+
"regenerated": "2023-06-12 14:39:37.576440",
13+
"spec_repo_commit": "52c2288b"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25599,7 +25599,7 @@ paths:
2559925599
appKeyAuth: []
2560025600
- AuthZ:
2560125601
- monitors_read
25602-
summary: Get all downtimes for a monitor
25602+
summary: Get active downtimes for a monitor
2560325603
tags:
2560425604
- Downtimes
2560525605
x-codegen-request-body-name: body

examples/v1/downtimes/ListMonitorDowntimes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Get all downtimes for a monitor returns "OK" response
2+
* Get active downtimes for a monitor returns "OK" response
33
*/
44

55
import { client, v1 } from "@datadog/datadog-api-client";

features/v1/downtimes.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,21 @@ Feature: Downtimes
6767
And the response "message" has the same value as "downtime.message"
6868

6969
@generated @skip @team:DataDog/monitor-app
70-
Scenario: Get all downtimes for a monitor returns "Bad Request" response
70+
Scenario: Get active downtimes for a monitor returns "Bad Request" response
7171
Given new "ListMonitorDowntimes" request
7272
And request contains "monitor_id" parameter from "REPLACE.ME"
7373
When the request is sent
7474
Then the response status is 400 Bad Request
7575

7676
@generated @skip @team:DataDog/monitor-app
77-
Scenario: Get all downtimes for a monitor returns "Monitor Not Found error" response
77+
Scenario: Get active downtimes for a monitor returns "Monitor Not Found error" response
7878
Given new "ListMonitorDowntimes" request
7979
And request contains "monitor_id" parameter from "REPLACE.ME"
8080
When the request is sent
8181
Then the response status is 404 Monitor Not Found error
8282

8383
@generated @skip @team:DataDog/monitor-app
84-
Scenario: Get all downtimes for a monitor returns "OK" response
84+
Scenario: Get active downtimes for a monitor returns "OK" response
8585
Given new "ListMonitorDowntimes" request
8686
And request contains "monitor_id" parameter from "REPLACE.ME"
8787
When the request is sent

0 commit comments

Comments
 (0)