Schedule jobs
Create jobs schedule
Create a new schedule for a tenant
PUT
/
{env_id}
/
{flow_id}
/
{tenant}
/
jobs
/
schedule
Authorizations
x-api-key
string
headerrequiredPath Parameters
env_id
string
requiredID of environment
flow_id
string
requiredID of flow
tenant
string
requiredID of tenant
Body
application/json
schedule_expression
string
requiredcron expression defining how often sync should occur e.g. cron(0 0 * * *)
job_type
enum<string>
For v2 flows, defines the type of job. Accepts "read" or "write."
Available options:
read
, write
state
enum<string>
default: ENABLEDWhether this schedule should be DISABLED or ENABLED
Available options:
DISABLED
, ENABLED
Response
200 - application/json
The response is of type object
.