Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Regenerate client from commit aee36841 of spec repo
  • Loading branch information
ci.datadog-api-spec committed Dec 10, 2024
commit 9c6a13b75364b79f9a24871105b8b019d6b21033
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-10 14:43:50.257656",
"spec_repo_commit": "408f0b84"
"regenerated": "2024-12-10 15:38:35.588214",
"spec_repo_commit": "aee36841"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-10 14:43:50.276347",
"spec_repo_commit": "408f0b84"
"regenerated": "2024-12-10 15:38:35.607258",
"spec_repo_commit": "aee36841"
}
}
}
5 changes: 5 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44215,6 +44215,11 @@ paths:
$ref: '#/components/responses/ForbiddenResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- workflows_run
summary: Execute a workflow
tags:
- Workflow Automation
Expand Down
2 changes: 1 addition & 1 deletion lib/datadog_api_client/v2/api/workflow_automation_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def create_workflow_instance_with_http_info(workflow_id, body, opts = {})
return_type = opts[:debug_return_type] || 'WorkflowInstanceCreateResponse'

# auth_names
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]

new_options = opts.merge(
:operation => :create_workflow_instance,
Expand Down
Loading