Skip to content

Commit 99c1bb8

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 825cf32 of spec repo
1 parent 9b5975a commit 99c1bb8

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

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)