Update a scheduled workflowput {protocol}://{base-url}/ai/api/v1/workflow/schedules/{schedule_id}Update an existing scheduled workflow's configurationPath Paramsschedule_idstringrequiredThe ID of the Scheduled Workflow to use.Body ParamsSchema for updating a scheduled workflow. All fields are optional.schedule_namestringnulllength between 1 and 255Human-readable namedescriptionstringnullOptional descriptionworkflow_parametersobject | nullParameters for workflow executionWorkflow Parameters object | nullworkflow_configurationsarray | nullNamed parameter configurations for multi-config schedulingWorkflow Configurations array | nullauthobject | nullAuthentication credentialsAuth object | nullauth_config_idstringnullUUID of auth_config for managed OAuth credentialscron_schedulestringnulllength between 9 and 50Cron expression (e.g., '0 3 * * *' for 3 AM daily)timezonestringnullIANA timezoneenabledbooleannullWhether schedule is activetruefalseconcurrency_policyConcurrencyPolicy | nullConcurrency handling policyconcurrency_policy ConcurrencyPolicy | nulltimeout_minutesintegernull1 to 1440Execution timeout in minutesnotify_on_failurebooleannullWhether to send an email notification when this schedule's workflow failstruefalseResponses 200Successful Response 401Authentication required. No valid session cookie or bearer token provided, or authentication failed. 404Resource not found. The detail field specifies which resource. 422Validation Error 500Internal server error during request processing.Updated 3 days ago Get a scheduled workflowDelete a scheduled workflowDid this page help you?YesNo