From 063e8a353904855ba2296d60306c5a2ffc9a0f59 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 15 Oct 2024 14:43:29 +0000 Subject: [PATCH] Regenerate client from commit 85278ed5 of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v1/openapi.yaml | 2 +- .../v1/models/synthetics_ci_test_body.rb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 4f3e3f0ea5e2..6cd5540c9524 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-10 19:46:04.854996", - "spec_repo_commit": "049920eb" + "regenerated": "2024-10-15 14:43:03.201364", + "spec_repo_commit": "85278ed5" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-10 19:46:04.873453", - "spec_repo_commit": "049920eb" + "regenerated": "2024-10-15 14:43:03.219495", + "spec_repo_commit": "85278ed5" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index e2eb404ab435..4ad1eb3a580a 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -15007,7 +15007,7 @@ components: description: Object describing the synthetics tests to trigger. properties: tests: - description: Individual synthetics test. + description: List of individual synthetic tests. items: $ref: '#/components/schemas/SyntheticsCITest' type: array diff --git a/lib/datadog_api_client/v1/models/synthetics_ci_test_body.rb b/lib/datadog_api_client/v1/models/synthetics_ci_test_body.rb index 74cf519d7fb8..51b7abd23159 100644 --- a/lib/datadog_api_client/v1/models/synthetics_ci_test_body.rb +++ b/lib/datadog_api_client/v1/models/synthetics_ci_test_body.rb @@ -21,7 +21,7 @@ module DatadogAPIClient::V1 class SyntheticsCITestBody include BaseGenericModel - # Individual synthetics test. + # List of individual synthetic tests. attr_accessor :tests attr_accessor :additional_properties