Skip to content

Commit cf73553

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Sync OpenAPI specification with backend (#1394)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent e7709b6 commit cf73553

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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.6",
7-
"regenerated": "2023-10-25 20:44:34.691603",
8-
"spec_repo_commit": "b719c3e3"
7+
"regenerated": "2023-10-26 14:19:53.671257",
8+
"spec_repo_commit": "10504fc3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-10-25 20:44:34.710660",
13-
"spec_repo_commit": "b719c3e3"
12+
"regenerated": "2023-10-26 14:19:53.690712",
13+
"spec_repo_commit": "10504fc3"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23586,6 +23586,10 @@ paths:
2358623586
description: Authentication Error
2358723587
'429':
2358823588
$ref: '#/components/responses/TooManyRequestsResponse'
23589+
security:
23590+
- apiKeyAuth: []
23591+
appKeyAuth: []
23592+
- AuthZ: []
2358923593
summary: Get all Amazon EventBridge sources
2359023594
tags:
2359123595
- AWS Integration

packages/datadog-api-client-v1/apis/AWSIntegrationApi.ts

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

407407
// Apply auth methods
408408
applySecurityAuthentication(_config, requestContext, [
409+
"AuthZ",
409410
"apiKeyAuth",
410411
"appKeyAuth",
411412
]);

0 commit comments

Comments
 (0)