Skip to content

Commit 457ea7b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 750b9d3 of spec repo
1 parent d5fdae6 commit 457ea7b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143577,6 +143577,11 @@ paths:
143577143577
$ref: "#/components/responses/NotAuthorizedResponse"
143578143578
"429":
143579143579
$ref: "#/components/responses/TooManyRequestsResponse"
143580+
security:
143581+
- apiKeyAuth: []
143582+
appKeyAuth: []
143583+
- AuthZ:
143584+
- events_read
143580143585
summary: Search events
143581143586
tags: ["Events"]
143582143587
x-codegen-request-body-name: body

src/main/java/com/datadog/api/client/v2/api/EventsApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ public ApiResponse<EventsListResponse> searchEventsWithHttpInfo(
813813
localVarHeaderParams,
814814
new HashMap<String, String>(),
815815
new String[] {"application/json"},
816-
new String[] {"apiKeyAuth", "appKeyAuth"});
816+
new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"});
817817
return apiClient.invokeAPI(
818818
"POST",
819819
builder,
@@ -851,7 +851,7 @@ public CompletableFuture<ApiResponse<EventsListResponse>> searchEventsWithHttpIn
851851
localVarHeaderParams,
852852
new HashMap<String, String>(),
853853
new String[] {"application/json"},
854-
new String[] {"apiKeyAuth", "appKeyAuth"});
854+
new String[] {"apiKeyAuth", "appKeyAuth", "AuthZ"});
855855
} catch (ApiException ex) {
856856
CompletableFuture<ApiResponse<EventsListResponse>> result = new CompletableFuture<>();
857857
result.completeExceptionally(ex);

0 commit comments

Comments
 (0)