Skip to content

Commit 49f90c5

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3071e3a9 of spec repo
1 parent 42b3177 commit 49f90c5

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-30 10:29:37.328306",
8-
"spec_repo_commit": "be63084a"
7+
"regenerated": "2025-06-30 13:49:00.254118",
8+
"spec_repo_commit": "3071e3a9"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-30 10:29:37.344271",
13-
"spec_repo_commit": "be63084a"
12+
"regenerated": "2025-06-30 13:49:00.270644",
13+
"spec_repo_commit": "3071e3a9"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33849,13 +33849,16 @@ paths:
3384933849
appKeyAuth: []
3385033850
- AuthZ:
3385133851
- synthetics_global_variable_read
33852+
- AuthZ:
33853+
- apm_api_catalog_read
3385233854
summary: Get all global variables
3385333855
tags:
3385433856
- Synthetics
3385533857
x-permission:
3385633858
operator: OR
3385733859
permissions:
3385833860
- synthetics_global_variable_read
33861+
- apm_api_catalog_read
3385933862
post:
3386033863
description: Create a Synthetic global variable.
3386133864
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)