POST
/
schedules
/
{schedule_id}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

schedule_id
string
required

Query Parameters

workspace_id
string
required

Body

application/json
cron
string | null
end_at
string | null

ISO 8601 datetime string

every
string | null

ISO 8601 duration string

inputs
object | null
offset
string | null

ISO 8601 duration string

start_at
string | null

ISO 8601 datetime string

status
enum<string> | null
Available options:
online,
offline

Response

200 - application/json
every
string
required

ISO 8601 duration string

owner_id
string
required
workflow_id
string | null
required
created_at
string
cron
string | null
end_at
string | null

ISO 8601 datetime string

id
string
inputs
object
offset
string | null

ISO 8601 duration string

start_at
string | null

ISO 8601 datetime string

status
string
default:
online
timeout
number | null

The maximum number of seconds to wait for the workflow to complete

updated_at
string