File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
main/java/com/datadog/api/client/v2/api
test/resources/com/datadog/api/client/v2/api Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -83720,7 +83720,6 @@ paths:
8372083720 $ref: '#/components/responses/TooManyRequestsResponse'
8372183721 security:
8372283722 - apiKeyAuth: []
83723- appKeyAuth: []
8372483723 servers:
8372583724 - url: https://{subdomain}.{site}
8372683725 variables:
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ public ApiResponse<EventCreateResponsePayload> createEventWithHttpInfo(
137137 localVarHeaderParams ,
138138 new HashMap <String , String >(),
139139 new String [] {"application/json" },
140- new String [] {"apiKeyAuth" , "appKeyAuth" });
140+ new String [] {"apiKeyAuth" });
141141 return apiClient .invokeAPI (
142142 "POST" ,
143143 builder ,
@@ -183,7 +183,7 @@ public CompletableFuture<ApiResponse<EventCreateResponsePayload>> createEventWit
183183 localVarHeaderParams ,
184184 new HashMap <String , String >(),
185185 new String [] {"application/json" },
186- new String [] {"apiKeyAuth" , "appKeyAuth" });
186+ new String [] {"apiKeyAuth" });
187187 } catch (ApiException ex ) {
188188 CompletableFuture <ApiResponse <EventCreateResponsePayload >> result = new CompletableFuture <>();
189189 result .completeExceptionally (ex );
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Feature: Events
1414
1515 Background :
1616 Given a valid "apiKeyAuth" key in the system
17- And a valid "appKeyAuth" key in the system
1817 And an instance of "Events" API
18+ And a valid "appKeyAuth" key in the system
1919
2020 @generated @skip @team:DataDog/event-management
2121 Scenario : Get a list of events returns "Bad Request" response
You can’t perform that action at this time.
0 commit comments