diff --git a/.apigentools-info b/.apigentools-info index eb233f28e95..fea12fbfdab 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-24 09:26:16.133684", - "spec_repo_commit": "c3772a85" + "regenerated": "2025-02-24 14:19:06.101051", + "spec_repo_commit": "b34a35ef" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-24 09:26:16.148621", - "spec_repo_commit": "c3772a85" + "regenerated": "2025-02-24 14:19:06.118089", + "spec_repo_commit": "b34a35ef" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 3564cd23974..595a7442a15 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -15190,7 +15190,7 @@ components: description: Object describing the synthetics tests to trigger. properties: tests: - description: Individual synthetics test. + description: List of Synthetic tests with overrides. items: $ref: '#/components/schemas/SyntheticsCITest' type: array @@ -17274,7 +17274,7 @@ components: description: Object describing the Synthetic tests to trigger. properties: tests: - description: Individual Synthetic test. + description: List of Synthetic tests. items: $ref: '#/components/schemas/SyntheticsTriggerTest' type: array diff --git a/src/main/java/com/datadog/api/client/v1/model/SyntheticsCITestBody.java b/src/main/java/com/datadog/api/client/v1/model/SyntheticsCITestBody.java index f544d7a138b..131010eb4f3 100644 --- a/src/main/java/com/datadog/api/client/v1/model/SyntheticsCITestBody.java +++ b/src/main/java/com/datadog/api/client/v1/model/SyntheticsCITestBody.java @@ -45,7 +45,7 @@ public SyntheticsCITestBody addTestsItem(SyntheticsCITest testsItem) { } /** - * Individual synthetics test. + * List of Synthetic tests with overrides. * * @return tests */ diff --git a/src/main/java/com/datadog/api/client/v1/model/SyntheticsTriggerBody.java b/src/main/java/com/datadog/api/client/v1/model/SyntheticsTriggerBody.java index 8a4af4b8be7..1144db4fd30 100644 --- a/src/main/java/com/datadog/api/client/v1/model/SyntheticsTriggerBody.java +++ b/src/main/java/com/datadog/api/client/v1/model/SyntheticsTriggerBody.java @@ -52,7 +52,7 @@ public SyntheticsTriggerBody addTestsItem(SyntheticsTriggerTest testsItem) { } /** - * Individual Synthetic test. + * List of Synthetic tests. * * @return tests */