diff --git a/.apigentools-info b/.apigentools-info index a32a0d555cb0..5c044bdbc6b5 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -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" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index e7c715f38a1f..cb2fda6b0184 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -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 diff --git a/lib/datadog_api_client/v2/api/workflow_automation_api.rb b/lib/datadog_api_client/v2/api/workflow_automation_api.rb index 1440539b84aa..363a76ef5000 100644 --- a/lib/datadog_api_client/v2/api/workflow_automation_api.rb +++ b/lib/datadog_api_client/v2/api/workflow_automation_api.rb @@ -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,