File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2024-12-10 14:43:54.934240 ",
8- "spec_repo_commit": "408f0b84 "
7+ "regenerated": "2024-12-10 15:38:38.671728 ",
8+ "spec_repo_commit": "aee36841 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2024-12-10 14:43:54.953306 ",
13- "spec_repo_commit": "408f0b84 "
12+ "regenerated": "2024-12-10 15:38:38.690912 ",
13+ "spec_repo_commit": "aee36841 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -44215,6 +44215,11 @@ paths:
4421544215 $ref: '#/components/responses/ForbiddenResponse'
4421644216 '429':
4421744217 $ref: '#/components/responses/TooManyRequestsResponse'
44218+ security:
44219+ - apiKeyAuth: []
44220+ appKeyAuth: []
44221+ - AuthZ:
44222+ - workflows_run
4421844223 summary: Execute a workflow
4421944224 tags:
4422044225 - Workflow Automation
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ public ApiResponse<WorkflowInstanceCreateResponse> createWorkflowInstanceWithHtt
299299 localVarHeaderParams ,
300300 new HashMap <String , String >(),
301301 new String [] {"application/json" },
302- new String [] {"apiKeyAuth" , "appKeyAuth" });
302+ new String [] {"AuthZ" , " apiKeyAuth" , "appKeyAuth" });
303303 return apiClient .invokeAPI (
304304 "POST" ,
305305 builder ,
@@ -363,7 +363,7 @@ public ApiResponse<WorkflowInstanceCreateResponse> createWorkflowInstanceWithHtt
363363 localVarHeaderParams ,
364364 new HashMap <String , String >(),
365365 new String [] {"application/json" },
366- new String [] {"apiKeyAuth" , "appKeyAuth" });
366+ new String [] {"AuthZ" , " apiKeyAuth" , "appKeyAuth" });
367367 } catch (ApiException ex ) {
368368 CompletableFuture <ApiResponse <WorkflowInstanceCreateResponse >> result =
369369 new CompletableFuture <>();
You can’t perform that action at this time.
0 commit comments