Skip to content

Commit dd87adc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 82097af4 of spec repo
1 parent 015800b commit dd87adc

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 11:31:50.129984",
8-
"spec_repo_commit": "ab77d015"
7+
"regenerated": "2025-07-02 13:53:06.656827",
8+
"spec_repo_commit": "82097af4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-07-02 11:31:50.146274",
13-
"spec_repo_commit": "ab77d015"
12+
"regenerated": "2025-07-02 13:53:06.675307",
13+
"spec_repo_commit": "82097af4"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33867,13 +33867,16 @@ paths:
3386733867
appKeyAuth: []
3386833868
- AuthZ:
3386933869
- synthetics_global_variable_read
33870+
- AuthZ:
33871+
- apm_api_catalog_read
3387033872
summary: Get all global variables
3387133873
tags:
3387233874
- Synthetics
3387333875
x-permission:
3387433876
operator: OR
3387533877
permissions:
3387633878
- synthetics_global_variable_read
33879+
- apm_api_catalog_read
3387733880
post:
3387833881
description: Create a Synthetic global variable.
3387933882
operationId: CreateGlobalVariable

lib/datadog_api_client/v1/api/synthetics_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ def list_global_variables_with_http_info(opts = {})
15361536
return_type = opts[:debug_return_type] || 'SyntheticsListGlobalVariablesResponse'
15371537

15381538
# auth_names
1539-
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
1539+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ, :AuthZ]
15401540

15411541
new_options = opts.merge(
15421542
:operation => :list_global_variables,

0 commit comments

Comments
 (0)