Skip to content

Commit 22cde49

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7342b0d of spec repo
1 parent ed07de5 commit 22cde49

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "d93d991",
3-
"generated": "2025-07-15 09:31:41.973"
2+
"spec_repo_commit": "7342b0d",
3+
"generated": "2025-07-15 16:17:05.332"
44
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34316,13 +34316,16 @@ paths:
3431634316
appKeyAuth: []
3431734317
- AuthZ:
3431834318
- synthetics_global_variable_read
34319+
- AuthZ:
34320+
- apm_api_catalog_read
3431934321
summary: Get all global variables
3432034322
tags:
3432134323
- Synthetics
3432234324
x-permission:
3432334325
operator: OR
3432434326
permissions:
3432534327
- synthetics_global_variable_read
34328+
- apm_api_catalog_read
3432634329
post:
3432734330
description: Create a Synthetic global variable.
3432834331
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)