File tree Expand file tree Collapse file tree 4 files changed +13
-10
lines changed
src/main/java/com/datadog/api/client/v1/api Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments