Skip to content

Commit d9cf0c7

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 01171a5b of spec repo
1 parent c751c5a commit d9cf0c7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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-05-23 12:48:25.197527",
8-
"spec_repo_commit": "11a9dcb4"
7+
"regenerated": "2025-05-23 14:25:09.113043",
8+
"spec_repo_commit": "01171a5b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-23 12:48:25.223327",
13-
"spec_repo_commit": "11a9dcb4"
12+
"regenerated": "2025-05-23 14:25:09.130449",
13+
"spec_repo_commit": "01171a5b"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33776,13 +33776,16 @@ paths:
3377633776
appKeyAuth: []
3377733777
- AuthZ:
3377833778
- synthetics_global_variable_read
33779+
- AuthZ:
33780+
- apm_api_catalog_read
3377933781
summary: Get all global variables
3378033782
tags:
3378133783
- Synthetics
3378233784
x-permission:
3378333785
operator: OR
3378433786
permissions:
3378533787
- synthetics_global_variable_read
33788+
- apm_api_catalog_read
3378633789
post:
3378733790
description: Create a Synthetic global variable.
3378833791
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)