Skip to content

Commit a390557

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4a51a6c3 of spec repo
1 parent aafed5d commit a390557

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-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": "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
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

src/main/java/com/datadog/api/client/v1/api/LogsIndexesApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)