Skip to content

Commit 01b00dc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e8ae322 of spec repo
1 parent bce500c commit 01b00dc

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

services/events/src/v2/EventsApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ export class EventsApiRequestFactory extends BaseAPIRequestFactory {
264264
applySecurityAuthentication(_config, requestContext, [
265265
"apiKeyAuth",
266266
"appKeyAuth",
267+
"AuthZ",
267268
]);
268269

269270
return requestContext;

0 commit comments

Comments
 (0)