Skip to content

Commit 9fcc10d

Browse files
author
ci.datadog-api-spec
committedJan 28, 2025
Regenerate client from commit 08386490 of spec repo
1 parent 81cb2f6 commit 9fcc10d

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed
 

‎.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-01-28 14:57:16.722951",
8-
"spec_repo_commit": "f832f43e"
7+
"regenerated": "2025-01-28 16:08:21.275107",
8+
"spec_repo_commit": "08386490"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-28 14:57:16.737270",
13-
"spec_repo_commit": "f832f43e"
12+
"regenerated": "2025-01-28 16:08:21.290901",
13+
"spec_repo_commit": "08386490"
1414
}
1515
}
1616
}

‎.generator/schemas/v1/openapi.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -33371,13 +33371,16 @@ paths:
3337133371
appKeyAuth: []
3337233372
- AuthZ:
3337333373
- synthetics_global_variable_read
33374+
- AuthZ:
33375+
- apm_api_catalog_read
3337433376
summary: Get all global variables
3337533377
tags:
3337633378
- Synthetics
3337733379
x-permission:
3337833380
operator: OR
3337933381
permissions:
3338033382
- synthetics_global_variable_read
33383+
- apm_api_catalog_read
3338133384
post:
3338233385
description: Create a Synthetic global variable.
3338333386
operationId: CreateGlobalVariable

‎src/datadog_api_client/v1/api/synthetics_api.py

+1-1
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)