Skip to content

Commit 4422ca9

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f135fa71 of spec repo
1 parent 231aaf1 commit 4422ca9

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-06-23 07:59:27.432755",
8-
"spec_repo_commit": "74866a53"
7+
"regenerated": "2025-06-23 10:43:58.855196",
8+
"spec_repo_commit": "f135fa71"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-23 07:59:27.448135",
13-
"spec_repo_commit": "74866a53"
12+
"regenerated": "2025-06-23 10:43:58.871718",
13+
"spec_repo_commit": "f135fa71"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33829,13 +33829,16 @@ paths:
3382933829
appKeyAuth: []
3383033830
- AuthZ:
3383133831
- synthetics_global_variable_read
33832+
- AuthZ:
33833+
- apm_api_catalog_read
3383233834
summary: Get all global variables
3383333835
tags:
3383433836
- Synthetics
3383533837
x-permission:
3383633838
operator: OR
3383733839
permissions:
3383833840
- synthetics_global_variable_read
33841+
- apm_api_catalog_read
3383933842
post:
3384033843
description: Create a Synthetic global variable.
3384133844
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)