Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-06-30 17:05:06.962580",
"spec_repo_commit": "d8e7ee77"
"regenerated": "2025-07-01 19:41:52.778450",
"spec_repo_commit": "4a51a6c3"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-06-30 17:05:06.978141",
"spec_repo_commit": "d8e7ee77"
"regenerated": "2025-07-01 19:41:52.800419",
"spec_repo_commit": "4a51a6c3"
}
}
}
4 changes: 0 additions & 4 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28878,10 +28878,6 @@ paths:
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get all indexes
tags:
- Logs Indexes
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v1/api/logs_indexes_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def list_log_indexes_with_http_info(opts = {})
return_type = opts[:debug_return_type] || 'LogsIndexListResponse'

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

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