From 7cff352412b9a490585cf22aa386af57560e38fa Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 12 Feb 2025 16:58:06 +0000 Subject: [PATCH] Regenerate client from commit 90bdde54 of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v1/openapi.yaml | 3 +++ src/datadog_api_client/v1/api/synthetics_api.py | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 18242c3766..ae8a4634fd 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-12 15:28:28.868571", - "spec_repo_commit": "b56263de" + "regenerated": "2025-02-12 16:57:31.341186", + "spec_repo_commit": "90bdde54" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-12 15:28:28.883067", - "spec_repo_commit": "b56263de" + "regenerated": "2025-02-12 16:57:31.355613", + "spec_repo_commit": "90bdde54" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index f28461c580..4d0dd1f3ee 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -33370,6 +33370,8 @@ paths: appKeyAuth: [] - AuthZ: - synthetics_global_variable_read + - AuthZ: + - apm_api_catalog_read summary: Get all global variables tags: - Synthetics @@ -33377,6 +33379,7 @@ paths: operator: OR permissions: - synthetics_global_variable_read + - apm_api_catalog_read post: description: Create a Synthetic global variable. operationId: CreateGlobalVariable diff --git a/src/datadog_api_client/v1/api/synthetics_api.py b/src/datadog_api_client/v1/api/synthetics_api.py index b7193e5b08..fe7a397af2 100644 --- a/src/datadog_api_client/v1/api/synthetics_api.py +++ b/src/datadog_api_client/v1/api/synthetics_api.py @@ -593,7 +593,7 @@ def __init__(self, api_client=None): self._list_global_variables_endpoint = _Endpoint( settings={ "response_type": (SyntheticsListGlobalVariablesResponse,), - "auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"], + "auth": ["apiKeyAuth", "appKeyAuth", "AuthZ", "AuthZ"], "endpoint_path": "/api/v1/synthetics/variables", "operation_id": "list_global_variables", "http_method": "GET",