Skip to content

Commit 6c439ca

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e6580fc7 of spec repo
1 parent 70b1dfe commit 6c439ca

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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": "2025-02-20 13:35:02.908356",
8-
"spec_repo_commit": "c64543d0"
7+
"regenerated": "2025-02-20 15:06:42.041612",
8+
"spec_repo_commit": "e6580fc7"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-20 13:35:02.923482",
13-
"spec_repo_commit": "c64543d0"
12+
"regenerated": "2025-02-20 15:06:42.063824",
13+
"spec_repo_commit": "e6580fc7"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15152,7 +15152,7 @@ components:
1515215152
description: Object describing the synthetics tests to trigger.
1515315153
properties:
1515415154
tests:
15155-
description: Individual synthetics test.
15155+
description: List of Synthetic tests with overrides.
1515615156
items:
1515715157
$ref: '#/components/schemas/SyntheticsCITest'
1515815158
type: array
@@ -17236,7 +17236,7 @@ components:
1723617236
description: Object describing the Synthetic tests to trigger.
1723717237
properties:
1723817238
tests:
17239-
description: Individual Synthetic test.
17239+
description: List of Synthetic tests.
1724017240
items:
1724117241
$ref: '#/components/schemas/SyntheticsTriggerTest'
1724217242
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 Synthetic tests with overrides.
4949
*
5050
* @return tests
5151
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public SyntheticsTriggerBody addTestsItem(SyntheticsTriggerTest testsItem) {
5252
}
5353

5454
/**
55-
* Individual Synthetic test.
55+
* List of Synthetic tests.
5656
*
5757
* @return tests
5858
*/

0 commit comments

Comments
 (0)