Skip to content

Commit 89f7260

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 211b93c6 of spec repo
1 parent 9081a5d commit 89f7260

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-05 20:22:40.127056",
8-
"spec_repo_commit": "970515f9"
7+
"regenerated": "2024-12-09 16:24:48.180244",
8+
"spec_repo_commit": "211b93c6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-05 20:22:40.155280",
13-
"spec_repo_commit": "970515f9"
12+
"regenerated": "2024-12-09 16:24:48.198938",
13+
"spec_repo_commit": "211b93c6"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44279,6 +44279,11 @@ paths:
4427944279
$ref: '#/components/responses/ForbiddenResponse'
4428044280
'429':
4428144281
$ref: '#/components/responses/TooManyRequestsResponse'
44282+
security:
44283+
- apiKeyAuth: []
44284+
appKeyAuth: []
44285+
- AuthZ:
44286+
- workflows_run
4428244287
summary: Execute a workflow
4428344288
tags:
4428444289
- 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)