Skip to content
Open
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
5 changes: 5 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142278,6 +142278,11 @@ paths:
$ref: "#/components/responses/NotAuthorizedResponse"
"429":
$ref: "#/components/responses/TooManyRequestsResponse"
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- events_read
summary: Search events
tags: ["Events"]
x-codegen-request-body-name: body
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v2/api/events_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def search_events_with_http_info(opts = {})
return_type = opts[:debug_return_type] || 'EventsListResponse'

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

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