Skip to content

Commit cbb4a60

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 8e067fd1 of spec repo
1 parent fc2c93b commit cbb4a60

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-07-02 12:38:45.260947",
8-
"spec_repo_commit": "4fd1c189"
7+
"regenerated": "2025-07-02 15:45:49.967429",
8+
"spec_repo_commit": "8e067fd1"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-02 12:38:45.276403",
13-
"spec_repo_commit": "4fd1c189"
12+
"regenerated": "2025-07-02 15:45:49.984063",
13+
"spec_repo_commit": "8e067fd1"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33947,13 +33947,16 @@ paths:
3394733947
appKeyAuth: []
3394833948
- AuthZ:
3394933949
- synthetics_global_variable_read
33950+
- AuthZ:
33951+
- apm_api_catalog_read
3395033952
summary: Get all global variables
3395133953
tags:
3395233954
- Synthetics
3395333955
x-permission:
3395433956
operator: OR
3395533957
permissions:
3395633958
- synthetics_global_variable_read
33959+
- apm_api_catalog_read
3395733960
post:
3395833961
description: Create a Synthetic global variable.
3395933962
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)