Skip to content

Commit d0e2ff9

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 85278ed5 of spec repo
1 parent 362c924 commit d0e2ff9

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-10-10 19:45:58.829299",
8-
"spec_repo_commit": "049920eb"
7+
"regenerated": "2024-10-15 14:43:02.999251",
8+
"spec_repo_commit": "85278ed5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-10 19:45:58.847651",
13-
"spec_repo_commit": "049920eb"
12+
"regenerated": "2024-10-15 14:43:03.017695",
13+
"spec_repo_commit": "85278ed5"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15007,7 +15007,7 @@ components:
1500715007
description: Object describing the synthetics tests to trigger.
1500815008
properties:
1500915009
tests:
15010-
description: Individual synthetics test.
15010+
description: List of individual synthetic tests.
1501115011
items:
1501215012
$ref: '#/components/schemas/SyntheticsCITest'
1501315013
type: array

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public SyntheticsCITestBody addTestsItem(SyntheticsCITest testsItem) {
4545
}
4646

4747
/**
48-
* Individual synthetics test.
48+
* List of individual synthetic tests.
4949
*
5050
* @return tests
5151
*/

0 commit comments

Comments
 (0)