File tree Expand file tree Collapse file tree
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments