File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
src/main/java/com/datadog/api/client/v1/api Expand file tree Collapse file tree 3 files changed +6
-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": "2025-06-30 17:05:05.986606 ",
8- "spec_repo_commit": "d8e7ee77 "
7+ "regenerated": "2025-07-01 19:41:43.904115 ",
8+ "spec_repo_commit": "4a51a6c3 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-06-30 17:05:06.003684 ",
13- "spec_repo_commit": "d8e7ee77 "
12+ "regenerated": "2025-07-01 19:41:43.920419 ",
13+ "spec_repo_commit": "4a51a6c3 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -28878,10 +28878,6 @@ paths:
2887828878 description: Forbidden
2887928879 '429':
2888028880 $ref: '#/components/responses/TooManyRequestsResponse'
28881- security:
28882- - apiKeyAuth: []
28883- appKeyAuth: []
28884- - AuthZ: []
2888528881 summary: Get all indexes
2888628882 tags:
2888728883 - Logs Indexes
Original file line number Diff line number Diff line change @@ -608,7 +608,7 @@ public ApiResponse<LogsIndexListResponse> listLogIndexesWithHttpInfo() throws Ap
608608 localVarHeaderParams ,
609609 new HashMap <String , String >(),
610610 new String [] {"application/json" },
611- new String [] {"AuthZ" , " apiKeyAuth" , "appKeyAuth" });
611+ new String [] {"apiKeyAuth" , "appKeyAuth" });
612612 return apiClient .invokeAPI (
613613 "GET" ,
614614 builder ,
@@ -644,7 +644,7 @@ public CompletableFuture<ApiResponse<LogsIndexListResponse>> listLogIndexesWithH
644644 localVarHeaderParams ,
645645 new HashMap <String , String >(),
646646 new String [] {"application/json" },
647- new String [] {"AuthZ" , " apiKeyAuth" , "appKeyAuth" });
647+ new String [] {"apiKeyAuth" , "appKeyAuth" });
648648 } catch (ApiException ex ) {
649649 CompletableFuture <ApiResponse <LogsIndexListResponse >> result = new CompletableFuture <>();
650650 result .completeExceptionally (ex );
You can’t perform that action at this time.
0 commit comments