Skip to content

Commit fb3844f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 752c972d of spec repo
1 parent 1951218 commit fb3844f

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
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.5",
7-
"regenerated": "2023-09-12 16:35:48.372067",
8-
"spec_repo_commit": "cbc99635"
7+
"regenerated": "2023-09-12 17:52:37.501420",
8+
"spec_repo_commit": "752c972d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.5",
12-
"regenerated": "2023-09-12 16:35:48.385573",
13-
"spec_repo_commit": "cbc99635"
12+
"regenerated": "2023-09-12 17:52:37.519287",
13+
"spec_repo_commit": "752c972d"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6249,7 +6249,7 @@ components:
62496249
readOnly: true
62506250
type: integer
62516251
matching_downtimes:
6252-
description: A list of active downtimes that match this monitor.
6252+
description: A list of active v1 downtimes that match this monitor.
62536253
items:
62546254
$ref: '#/components/schemas/MatchingDowntime'
62556255
type: array
@@ -6777,7 +6777,8 @@ components:
67776777
nullable: true
67786778
type: integer
67796779
deprecated: true
6780-
description: Information about the downtime applied to the monitor.
6780+
description: Information about the downtime applied to the monitor. Only
6781+
shows v1 downtimes.
67816782
type: object
67826783
synthetics_check_id:
67836784
deprecated: true

packages/datadog-api-client-v1/models/Monitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class Monitor {
3333
*/
3434
"id"?: number;
3535
/**
36-
* A list of active downtimes that match this monitor.
36+
* A list of active v1 downtimes that match this monitor.
3737
*/
3838
"matchingDowntimes"?: Array<MatchingDowntime>;
3939
/**

packages/datadog-api-client-v1/models/MonitorOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export class MonitorOptions {
156156
*/
157157
"schedulingOptions"?: MonitorOptionsSchedulingOptions;
158158
/**
159-
* Information about the downtime applied to the monitor.
159+
* Information about the downtime applied to the monitor. Only shows v1 downtimes.
160160
*/
161161
"silenced"?: { [key: string]: number };
162162
/**

0 commit comments

Comments
 (0)