Skip to content

Commit e54dadd

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7342b0d of spec repo
1 parent 68aa745 commit e54dadd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "d93d991",
3-
"generated": "2025-07-15 09:31:55.997"
2+
"spec_repo_commit": "7342b0d",
3+
"generated": "2025-07-15 16:17:22.218"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34316,13 +34316,16 @@ paths:
3431634316
appKeyAuth: []
3431734317
- AuthZ:
3431834318
- synthetics_global_variable_read
34319+
- AuthZ:
34320+
- apm_api_catalog_read
3431934321
summary: Get all global variables
3432034322
tags:
3432134323
- Synthetics
3432234324
x-permission:
3432334325
operator: OR
3432434326
permissions:
3432534327
- synthetics_global_variable_read
34328+
- apm_api_catalog_read
3432634329
post:
3432734330
description: Create a Synthetic global variable.
3432834331
operationId: CreateGlobalVariable

src/datadog_api_client/v1/api/synthetics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ def __init__(self, api_client=None):
593593
self._list_global_variables_endpoint = _Endpoint(
594594
settings={
595595
"response_type": (SyntheticsListGlobalVariablesResponse,),
596-
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
596+
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ", "AuthZ"],
597597
"endpoint_path": "/api/v1/synthetics/variables",
598598
"operation_id": "list_global_variables",
599599
"http_method": "GET",

0 commit comments

Comments
 (0)