Skip to content

Commit da56301

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2cdbe8b of spec repo
1 parent 21061ea commit da56301

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.generator/schemas/v2/openapi.yaml

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

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
@@ -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);

src/test/resources/com/datadog/api/client/v2/api/events.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)