diff --git a/.apigentools-info b/.apigentools-info index f483c4d074..31082b2182 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-27 14:00:43.001632", - "spec_repo_commit": "240ec82d" + "regenerated": "2025-02-27 16:59:03.439649", + "spec_repo_commit": "080a4b75" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-27 14:00:43.016339", - "spec_repo_commit": "240ec82d" + "regenerated": "2025-02-27 16:59:03.531215", + "spec_repo_commit": "080a4b75" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 3958e7ef78..c82fe61544 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -33637,6 +33637,8 @@ paths: appKeyAuth: [] - AuthZ: - synthetics_global_variable_read + - AuthZ: + - apm_api_catalog_read summary: Get all global variables tags: - Synthetics @@ -33644,6 +33646,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",