File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-12-13 15:30:15.065009 ",
8
- "spec_repo_commit": "e7a707af "
7
+ "regenerated": "2024-12-13 16:09:33.738479 ",
8
+ "spec_repo_commit": "936a5463 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-12-13 15:30:15.088671 ",
13
- "spec_repo_commit": "e7a707af "
12
+ "regenerated": "2024-12-13 16:09:33.757607 ",
13
+ "spec_repo_commit": "936a5463 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -15211,7 +15211,7 @@ components:
15211
15211
format: int64
15212
15212
type: integer
15213
15213
public_ids:
15214
- description: An array of Synthetic test IDs you want to delete .
15214
+ description: An array of Synthetic test IDs you want uptimes for .
15215
15215
example: []
15216
15216
items:
15217
15217
description: A Synthetic test ID.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export class SyntheticsFetchUptimesPayload {
15
15
*/
16
16
"fromTs" : number ;
17
17
/**
18
- * An array of Synthetic test IDs you want to delete .
18
+ * An array of Synthetic test IDs you want uptimes for .
19
19
*/
20
20
"publicIds" : Array < string > ;
21
21
/**
You can’t perform that action at this time.
0 commit comments