Skip to content

Commit 000871c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Sync OpenAPI specification with backend (#1432)
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 937e1a1 commit 000871c

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
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:57.853972",
8-
"spec_repo_commit": "be350e98"
7+
"regenerated": "2023-11-21 21:47:43.216521",
8+
"spec_repo_commit": "891a7c39"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-11-21 20:40:57.869056",
13-
"spec_repo_commit": "be350e98"
12+
"regenerated": "2023-11-21 21:47:43.238381",
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

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

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

929929
// Apply auth methods
930930
applySecurityAuthentication(_config, requestContext, [
931+
"AuthZ",
931932
"apiKeyAuth",
932933
"appKeyAuth",
933934
]);

0 commit comments

Comments
 (0)