Schedule jobs
Create jobs schedule
Create a new schedule for a tenant
PUT
/
{env_id}
/
{flow_id}
/
{tenant}
/
jobs
/
schedule
Authorizations
Path Parameters
ID of environment
ID of flow
ID of tenant
Body
application/json
cron expression defining how often sync should occur e.g. cron(0 0 * * *)
For v2 flows, defines the type of job. Accepts "read" or "write."
Available options:
read
, write
Whether this schedule should be DISABLED or ENABLED
Available options:
DISABLED
, ENABLED
Response
200 - application/json
The response is of type object
.