From b28e29fef0a5bedcf7313e039376cb9f3b7871a7 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 28 Oct 2024 18:39:17 +0000 Subject: [PATCH] Regenerate client from commit b4ad1786 of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v1/openapi.yaml | 16 ++++++++++++++++ 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index b8c726af87d..847cda7f9f2 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-28 10:23:18.137086", - "spec_repo_commit": "2e09a3ec" + "regenerated": "2024-10-28 18:37:42.141235", + "spec_repo_commit": "b4ad1786" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-28 10:23:18.155851", - "spec_repo_commit": "2e09a3ec" + "regenerated": "2024-10-28 18:37:42.159728", + "spec_repo_commit": "b4ad1786" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index da8a645285d..a07445b667b 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -32582,6 +32582,10 @@ paths: tags: - Synthetics x-codegen-request-body-name: body + x-permission: + operator: OR + permissions: + - synthetics_write /api/v1/synthetics/tests/mobile/{public_id}: get: description: 'Get the detailed configuration associated with @@ -32626,6 +32630,10 @@ paths: summary: Get a Mobile test tags: - Synthetics + x-permission: + operator: OR + permissions: + - synthetics_read put: description: Edit the configuration of a Synthetic Mobile test. operationId: UpdateMobileTest @@ -32685,6 +32693,10 @@ paths: tags: - Synthetics x-codegen-request-body-name: body + x-permission: + operator: OR + permissions: + - synthetics_write /api/v1/synthetics/tests/trigger: post: description: Trigger a set of Synthetic tests. @@ -32806,6 +32818,10 @@ paths: tags: - Synthetics x-codegen-request-body-name: body + x-permission: + operator: OR + permissions: + - synthetics_read /api/v1/synthetics/tests/{public_id}: get: description: Get the detailed configuration associated with a Synthetic test.