Skip to content

Commit 1704b56

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
[synthetics] correct wording for uptime endpoint (SYNTH-17319) (#2592)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 7623cca commit 1704b56

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: .apigentools-info

+4-4
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:12.476531",
8-
"spec_repo_commit": "e7a707af"
7+
"regenerated": "2024-12-13 16:09:25.530948",
8+
"spec_repo_commit": "936a5463"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-13 15:30:12.504437",
13-
"spec_repo_commit": "e7a707af"
12+
"regenerated": "2024-12-13 16:09:25.549581",
13+
"spec_repo_commit": "936a5463"
1414
}
1515
}
1616
}

Diff for: .generator/schemas/v1/openapi.yaml

+1-1
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.

Diff for: src/main/java/com/datadog/api/client/v1/model/SyntheticsFetchUptimesPayload.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public SyntheticsFetchUptimesPayload addPublicIdsItem(String publicIdsItem) {
8181
}
8282

8383
/**
84-
* An array of Synthetic test IDs you want to delete.
84+
* An array of Synthetic test IDs you want uptimes for.
8585
*
8686
* @return publicIds
8787
*/

0 commit comments

Comments
 (0)