Skip to content

Commit afb8918

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 25c8766c of spec repo
1 parent 64180e8 commit afb8918

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-12-10 13:52:29.278222",
8-
"spec_repo_commit": "4f71be94"
7+
"regenerated": "2024-12-10 15:03:49.125320",
8+
"spec_repo_commit": "25c8766c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-10 13:52:29.297144",
13-
"spec_repo_commit": "4f71be94"
12+
"regenerated": "2024-12-10 15:03:49.144271",
13+
"spec_repo_commit": "25c8766c"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44283,6 +44283,11 @@ paths:
4428344283
$ref: '#/components/responses/ForbiddenResponse'
4428444284
'429':
4428544285
$ref: '#/components/responses/TooManyRequestsResponse'
44286+
security:
44287+
- apiKeyAuth: []
44288+
appKeyAuth: []
44289+
- AuthZ:
44290+
- workflows_run
4428644291
summary: Execute a workflow
4428744292
tags:
4428844293
- Workflow Automation

lib/datadog_api_client/v2/api/workflow_automation_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def create_workflow_instance_with_http_info(workflow_id, body, opts = {})
145145
return_type = opts[:debug_return_type] || 'WorkflowInstanceCreateResponse'
146146

147147
# auth_names
148-
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
148+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
149149

150150
new_options = opts.merge(
151151
:operation => :create_workflow_instance,

0 commit comments

Comments
 (0)