Skip to content

Commit 169c3fc

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Sync OpenAPI specification with backend (#1780)
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 a55a0a8 commit 169c3fc

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
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-11-21 20:40:58.085799",
8-
"spec_repo_commit": "be350e98"
7+
"regenerated": "2023-11-21 21:47:39.641703",
8+
"spec_repo_commit": "891a7c39"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-11-21 20:40:58.099688",
13-
"spec_repo_commit": "be350e98"
12+
"regenerated": "2023-11-21 21:47:40.007237",
13+
"spec_repo_commit": "891a7c39"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30113,6 +30113,11 @@ paths:
3011330113
- Test can''t be found'
3011430114
'429':
3011530115
$ref: '#/components/responses/TooManyRequestsResponse'
30116+
security:
30117+
- apiKeyAuth: []
30118+
appKeyAuth: []
30119+
- AuthZ:
30120+
- synthetics_write
3011630121
summary: Patch a Synthetic test
3011730122
tags:
3011830123
- Synthetics

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21272,8 +21272,7 @@ paths:
2127221272
security:
2127321273
- apiKeyAuth: []
2127421274
appKeyAuth: []
21275-
- AuthZ:
21276-
- usage_read
21275+
- AuthZ: []
2127721276
summary: Get active billing dimensions for cost attribution
2127821277
tags:
2127921278
- Usage Metering
@@ -21394,8 +21393,7 @@ paths:
2139421393
security:
2139521394
- apiKeyAuth: []
2139621395
appKeyAuth: []
21397-
- AuthZ:
21398-
- usage_read
21396+
- AuthZ: []
2139921397
summary: Get Monthly Cost Attribution
2140021398
tags:
2140121399
- Usage Metering

src/datadog_api_client/v1/api/synthetics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def __init__(self, api_client=None):
585585
self._patch_test_endpoint = _Endpoint(
586586
settings={
587587
"response_type": (SyntheticsTestDetails,),
588-
"auth": ["apiKeyAuth", "appKeyAuth"],
588+
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
589589
"endpoint_path": "/api/v1/synthetics/tests/{public_id}",
590590
"operation_id": "patch_test",
591591
"http_method": "PATCH",

0 commit comments

Comments
 (0)