Skip to content

Commit fc66538

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Sync OpenAPI specification with backend (#1742)
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 1766cde commit fc66538

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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:21.782948",
8-
"spec_repo_commit": "b719c3e3"
7+
"regenerated": "2023-10-26 14:19:42.869700",
8+
"spec_repo_commit": "10504fc3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-10-25 20:44:21.797350",
13-
"spec_repo_commit": "b719c3e3"
12+
"regenerated": "2023-10-26 14:19:42.888260",
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

src/datadog_api_client/v1/api/aws_integration_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def __init__(self, api_client=None):
227227
self._list_aws_event_bridge_sources_endpoint = _Endpoint(
228228
settings={
229229
"response_type": (AWSEventBridgeListResponse,),
230-
"auth": ["apiKeyAuth", "appKeyAuth"],
230+
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
231231
"endpoint_path": "/api/v1/integration/aws/event_bridge",
232232
"operation_id": "list_aws_event_bridge_sources",
233233
"http_method": "GET",

0 commit comments

Comments
 (0)