Skip to content

Commit 2fc0ac6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Sync OpenAPI specification with backend (#2050)
* Regenerate client from commit a669b93e of spec repo * pre-commit fixes --------- 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 28d521f commit 2fc0ac6

File tree

5 files changed

+6
-15
lines changed

5 files changed

+6
-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:21.933252",
8-
"spec_repo_commit": "d082d733"
7+
"regenerated": "2024-07-16 18:49:24.415199",
8+
"spec_repo_commit": "a669b93e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-16 12:50:21.950576",
13-
"spec_repo_commit": "d082d733"
12+
"regenerated": "2024-07-16 18:49:24.431970",
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

src/datadog_api_client/v1/api/aws_logs_integration_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(self, api_client=None):
2828
self._check_aws_logs_lambda_async_endpoint = _Endpoint(
2929
settings={
3030
"response_type": (AWSLogsAsyncResponse,),
31-
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
31+
"auth": ["apiKeyAuth", "appKeyAuth"],
3232
"endpoint_path": "/api/v1/integration/aws/logs/check_async",
3333
"operation_id": "check_aws_logs_lambda_async",
3434
"http_method": "POST",

src/datadog_api_client/v2/api/organizations_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def __init__(self, api_client=None):
6969
self._update_org_config_endpoint = _Endpoint(
7070
settings={
7171
"response_type": (OrgConfigGetResponse,),
72-
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
72+
"auth": ["apiKeyAuth", "appKeyAuth"],
7373
"endpoint_path": "/api/v2/org_configs/{org_config_name}",
7474
"operation_id": "update_org_config",
7575
"http_method": "PATCH",

0 commit comments

Comments
 (0)