Skip to content

Commit 1be26ad

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e8ae322 of spec repo
1 parent 612563d commit 1be26ad

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
@@ -142271,6 +142271,11 @@ paths:
142271142271
$ref: "#/components/responses/NotAuthorizedResponse"
142272142272
"429":
142273142273
$ref: "#/components/responses/TooManyRequestsResponse"
142274+
security:
142275+
- apiKeyAuth: []
142276+
appKeyAuth: []
142277+
- AuthZ:
142278+
- events_read
142274142279
summary: Search events
142275142280
tags: ["Events"]
142276142281
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)