Skip to content

Commit e76af14

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f7dfe1a6 of spec repo
1 parent 61c4f92 commit e76af14

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-11-27 13:09:00.927359",
8-
"spec_repo_commit": "fd3dd4d0"
7+
"regenerated": "2024-11-29 14:54:01.846551",
8+
"spec_repo_commit": "f7dfe1a6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-27 13:09:00.946410",
13-
"spec_repo_commit": "fd3dd4d0"
12+
"regenerated": "2024-11-29 14:54:01.865910",
13+
"spec_repo_commit": "f7dfe1a6"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15199,7 +15199,7 @@ components:
1519915199
format: int64
1520015200
type: integer
1520115201
public_ids:
15202-
description: An array of Synthetic test IDs you want to delete.
15202+
description: An array of Synthetic test IDs you want uptimes for.
1520315203
example: []
1520415204
items:
1520515205
description: A Synthetic test ID.

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

Lines changed: 1 addition & 1 deletion
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)