Skip to content

Commit 66f586d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[synthetics] correct wording for uptime endpoint (SYNTH-17319) (#1931)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 228d712 commit 66f586d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.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"
99
},
1010
"v2": {
1111
"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"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15211,7 +15211,7 @@ components:
1521115211
format: int64
1521215212
type: integer
1521315213
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.
1521515215
example: []
1521615216
items:
1521715217
description: A Synthetic test ID.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class SyntheticsFetchUptimesPayload {
1515
*/
1616
"fromTs": number;
1717
/**
18-
* An array of Synthetic test IDs you want to delete.
18+
* An array of Synthetic test IDs you want uptimes for.
1919
*/
2020
"publicIds": Array<string>;
2121
/**

0 commit comments

Comments
 (0)