Schedule jobs
Create jobs schedule
Create a new schedule for a tenant
PUT
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
200
The response is of type object
.