Skip to content

Commit

Permalink
Regenerate client from commit 08386490 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 28, 2025
1 parent 4a96019 commit 12c7976
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-28 14:57:17.088435",
"spec_repo_commit": "f832f43e"
"regenerated": "2025-01-28 16:08:24.557309",
"spec_repo_commit": "08386490"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-28 14:57:17.104925",
"spec_repo_commit": "f832f43e"
"regenerated": "2025-01-28 16:08:24.572390",
"spec_repo_commit": "08386490"
}
}
}
3 changes: 3 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33371,13 +33371,16 @@ paths:
appKeyAuth: []
- AuthZ:
- synthetics_global_variable_read
- AuthZ:
- apm_api_catalog_read
summary: Get all global variables
tags:
- Synthetics
x-permission:
operator: OR
permissions:
- synthetics_global_variable_read
- apm_api_catalog_read
post:
description: Create a Synthetic global variable.
operationId: CreateGlobalVariable
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v1/api/synthetics_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ def list_global_variables_with_http_info(opts = {})
return_type = opts[:debug_return_type] || 'SyntheticsListGlobalVariablesResponse'

# auth_names
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ, :AuthZ]

new_options = opts.merge(
:operation => :list_global_variables,
Expand Down

0 comments on commit 12c7976

Please sign in to comment.