Skip to content

Commit 1542a04

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Sync OpenAPI specification with backend (#1702)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent bcd5d29 commit 1542a04

File tree

5 files changed

+4
-15
lines changed

5 files changed

+4
-15
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": "2024-07-16 12:50:22.620291",
8-
"spec_repo_commit": "d082d733"
7+
"regenerated": "2024-07-16 18:49:24.330562",
8+
"spec_repo_commit": "a669b93e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-16 12:50:22.639998",
13-
"spec_repo_commit": "d082d733"
12+
"regenerated": "2024-07-16 18:49:24.349453",
13+
"spec_repo_commit": "a669b93e"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25115,10 +25115,6 @@ paths:
2511525115
description: Authentication Error
2511625116
'429':
2511725117
$ref: '#/components/responses/TooManyRequestsResponse'
25118-
security:
25119-
- apiKeyAuth: []
25120-
appKeyAuth: []
25121-
- AuthZ: []
2512225118
summary: Check that an AWS Lambda Function exists
2512325119
tags:
2512425120
- AWS Logs Integration

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30711,11 +30711,6 @@ paths:
3071130711
$ref: '#/components/responses/NotFoundResponse'
3071230712
'429':
3071330713
$ref: '#/components/responses/TooManyRequestsResponse'
30714-
security:
30715-
- apiKeyAuth: []
30716-
appKeyAuth: []
30717-
- AuthZ:
30718-
- org_management
3071930714
summary: Update a specific Org Config
3072030715
tags:
3072130716
- Organizations

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export class AWSLogsIntegrationApiRequestFactory extends BaseAPIRequestFactory {
5858

5959
// Apply auth methods
6060
applySecurityAuthentication(_config, requestContext, [
61-
"AuthZ",
6261
"apiKeyAuth",
6362
"appKeyAuth",
6463
]);

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ export class OrganizationsApiRequestFactory extends BaseAPIRequestFactory {
125125

126126
// Apply auth methods
127127
applySecurityAuthentication(_config, requestContext, [
128-
"AuthZ",
129128
"apiKeyAuth",
130129
"appKeyAuth",
131130
]);

0 commit comments

Comments
 (0)