Skip to content

Commit 75db798

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 825cf32 of spec repo
1 parent 09d72db commit 75db798

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142278,6 +142278,11 @@ paths:
142278142278
$ref: "#/components/responses/NotAuthorizedResponse"
142279142279
"429":
142280142280
$ref: "#/components/responses/TooManyRequestsResponse"
142281+
security:
142282+
- apiKeyAuth: []
142283+
appKeyAuth: []
142284+
- AuthZ:
142285+
- events_read
142281142286
summary: Search events
142282142287
tags: ["Events"]
142283142288
x-codegen-request-body-name: body

packages/datadog-api-client-v2/apis/EventsApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ export class EventsApiRequestFactory extends BaseAPIRequestFactory {
209209
applySecurityAuthentication(_config, requestContext, [
210210
"apiKeyAuth",
211211
"appKeyAuth",
212+
"AuthZ",
212213
]);
213214

214215
return requestContext;

0 commit comments

Comments
 (0)