Skip to content

Commit a72eeff

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Sync OpenAPI specification with backend (#2089)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 89f350c commit a72eeff

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
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:59.368580",
8-
"spec_repo_commit": "be350e98"
7+
"regenerated": "2023-11-21 21:47:34.013853",
8+
"spec_repo_commit": "891a7c39"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-11-21 20:40:59.417937",
13-
"spec_repo_commit": "be350e98"
12+
"regenerated": "2023-11-21 21:47:34.034854",
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/main/java/com/datadog/api/client/v1/api/SyntheticsApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3433,7 +3433,7 @@ public ApiResponse<SyntheticsTestDetails> patchTestWithHttpInfo(
34333433
localVarHeaderParams,
34343434
new HashMap<String, String>(),
34353435
new String[] {"application/json"},
3436-
new String[] {"apiKeyAuth", "appKeyAuth"});
3436+
new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"});
34373437
return apiClient.invokeAPI(
34383438
"PATCH",
34393439
builder,
@@ -3492,7 +3492,7 @@ public CompletableFuture<ApiResponse<SyntheticsTestDetails>> patchTestWithHttpIn
34923492
localVarHeaderParams,
34933493
new HashMap<String, String>(),
34943494
new String[] {"application/json"},
3495-
new String[] {"apiKeyAuth", "appKeyAuth"});
3495+
new String[] {"AuthZ", "apiKeyAuth", "appKeyAuth"});
34963496
} catch (ApiException ex) {
34973497
CompletableFuture<ApiResponse<SyntheticsTestDetails>> result = new CompletableFuture<>();
34983498
result.completeExceptionally(ex);

0 commit comments

Comments
 (0)