Skip to content

Commit 7c7b45b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 26daca9c of spec repo (#784)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent b3eff3f commit 7c7b45b

File tree

4 files changed

+10
-37
lines changed

4 files changed

+10
-37
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.2",
7-
"regenerated": "2022-08-18 17:15:24.272680",
8-
"spec_repo_commit": "0a894d5c"
7+
"regenerated": "2022-08-23 08:08:07.968687",
8+
"spec_repo_commit": "26daca9c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-08-18 17:15:24.286415",
13-
"spec_repo_commit": "0a894d5c"
12+
"regenerated": "2022-08-23 08:08:07.981598",
13+
"spec_repo_commit": "26daca9c"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9495,6 +9495,11 @@ paths:
94959495
$ref: '#/components/responses/NotAuthorizedResponse'
94969496
'429':
94979497
$ref: '#/components/responses/TooManyRequestsResponse'
9498+
security:
9499+
- apiKeyAuth: []
9500+
appKeyAuth: []
9501+
- AuthZ:
9502+
- events_read
94989503
summary: Search events
94999504
tags:
95009505
- Events
@@ -12255,9 +12260,6 @@ paths:
1225512260
$ref: '#/components/responses/NotFoundResponse'
1225612261
'429':
1225712262
$ref: '#/components/responses/TooManyRequestsResponse'
12258-
security:
12259-
- apiKeyAuth: []
12260-
appKeyAuth: []
1226112263
summary: List all the RUM applications
1226212264
tags:
1226312265
- RUM
@@ -12283,9 +12285,6 @@ paths:
1228312285
$ref: '#/components/responses/BadRequestResponse'
1228412286
'429':
1228512287
$ref: '#/components/responses/TooManyRequestsResponse'
12286-
security:
12287-
- apiKeyAuth: []
12288-
appKeyAuth: []
1228912288
summary: Create a new RUM application
1229012289
tags:
1229112290
- RUM
@@ -12322,9 +12321,6 @@ paths:
1232212321
$ref: '#/components/responses/NotFoundResponse'
1232312322
'429':
1232412323
$ref: '#/components/responses/TooManyRequestsResponse'
12325-
security:
12326-
- apiKeyAuth: []
12327-
appKeyAuth: []
1232812324
summary: Delete a RUM application
1232912325
tags:
1233012326
- RUM
@@ -12351,9 +12347,6 @@ paths:
1235112347
$ref: '#/components/responses/NotFoundResponse'
1235212348
'429':
1235312349
$ref: '#/components/responses/TooManyRequestsResponse'
12354-
security:
12355-
- apiKeyAuth: []
12356-
appKeyAuth: []
1235712350
summary: Get a RUM application
1235812351
tags:
1235912352
- RUM
@@ -12394,9 +12387,6 @@ paths:
1239412387
description: Unprocessable Entity.
1239512388
'429':
1239612389
$ref: '#/components/responses/TooManyRequestsResponse'
12397-
security:
12398-
- apiKeyAuth: []
12399-
appKeyAuth: []
1240012390
summary: Update a RUM application
1240112391
tags:
1240212392
- RUM
@@ -13282,11 +13272,6 @@ paths:
1328213272
description: Not Found
1328313273
'429':
1328413274
$ref: '#/components/responses/TooManyRequestsResponse'
13285-
security:
13286-
- apiKeyAuth: []
13287-
appKeyAuth: []
13288-
- AuthZ:
13289-
- security_monitoring_signals_write
1329013275
summary: Modify the triage assignee of a security signal
1329113276
tags:
1329213277
- Security Monitoring
@@ -13333,11 +13318,6 @@ paths:
1333313318
description: Not Found
1333413319
'429':
1333513320
$ref: '#/components/responses/TooManyRequestsResponse'
13336-
security:
13337-
- apiKeyAuth: []
13338-
appKeyAuth: []
13339-
- AuthZ:
13340-
- security_monitoring_signals_write
1334113321
summary: Change the related incidents of a security signal
1334213322
tags:
1334313323
- Security Monitoring
@@ -13384,11 +13364,6 @@ paths:
1338413364
description: Not Found
1338513365
'429':
1338613366
$ref: '#/components/responses/TooManyRequestsResponse'
13387-
security:
13388-
- apiKeyAuth: []
13389-
appKeyAuth: []
13390-
- AuthZ:
13391-
- security_monitoring_signals_write
1339213367
summary: Change the triage state of a security signal
1339313368
tags:
1339413369
- Security Monitoring

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export class EventsApiRequestFactory extends BaseAPIRequestFactory {
133133

134134
// Apply auth methods
135135
applySecurityAuthentication(_config, requestContext, [
136+
"AuthZ",
136137
"apiKeyAuth",
137138
"appKeyAuth",
138139
]);

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory {
260260

261261
// Apply auth methods
262262
applySecurityAuthentication(_config, requestContext, [
263-
"AuthZ",
264263
"apiKeyAuth",
265264
"appKeyAuth",
266265
]);
@@ -321,7 +320,6 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory {
321320

322321
// Apply auth methods
323322
applySecurityAuthentication(_config, requestContext, [
324-
"AuthZ",
325323
"apiKeyAuth",
326324
"appKeyAuth",
327325
]);
@@ -382,7 +380,6 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory {
382380

383381
// Apply auth methods
384382
applySecurityAuthentication(_config, requestContext, [
385-
"AuthZ",
386383
"apiKeyAuth",
387384
"appKeyAuth",
388385
]);

0 commit comments

Comments
 (0)