Skip to content

Commit aa4ae93

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 21e93578 of spec repo
1 parent c78846b commit aa4ae93

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-04-10 11:41:56.358780",
8-
"spec_repo_commit": "7f98e0a9"
7+
"regenerated": "2025-04-10 14:42:07.244147",
8+
"spec_repo_commit": "21e93578"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-10 11:41:56.373787",
13-
"spec_repo_commit": "7f98e0a9"
12+
"regenerated": "2025-04-10 14:42:07.259529",
13+
"spec_repo_commit": "21e93578"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -33760,13 +33760,16 @@ paths:
3376033760
appKeyAuth: []
3376133761
- AuthZ:
3376233762
- synthetics_global_variable_read
33763+
- AuthZ:
33764+
- apm_api_catalog_read
3376333765
summary: Get all global variables
3376433766
tags:
3376533767
- Synthetics
3376633768
x-permission:
3376733769
operator: OR
3376833770
permissions:
3376933771
- synthetics_global_variable_read
33772+
- apm_api_catalog_read
3377033773
post:
3377133774
description: Create a Synthetic global variable.
3377233775
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)