File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
src/main/java/com/datadog/api/client/v1/model Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-02-24 09:26:16.133684 ",
8- "spec_repo_commit": "c3772a85 "
7+ "regenerated": "2025-02-24 14:19:06.101051 ",
8+ "spec_repo_commit": "b34a35ef "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-02-24 09:26:16.148621 ",
13- "spec_repo_commit": "c3772a85 "
12+ "regenerated": "2025-02-24 14:19:06.118089 ",
13+ "spec_repo_commit": "b34a35ef "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -15190,7 +15190,7 @@ components:
1519015190 description: Object describing the synthetics tests to trigger.
1519115191 properties:
1519215192 tests:
15193- description: Individual synthetics test .
15193+ description: List of Synthetic tests with overrides .
1519415194 items:
1519515195 $ref: '#/components/schemas/SyntheticsCITest'
1519615196 type: array
@@ -17274,7 +17274,7 @@ components:
1727417274 description: Object describing the Synthetic tests to trigger.
1727517275 properties:
1727617276 tests:
17277- description: Individual Synthetic test .
17277+ description: List of Synthetic tests .
1727817278 items:
1727917279 $ref: '#/components/schemas/SyntheticsTriggerTest'
1728017280 type: array
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments