Skip to main content
PUT
/
v1
/
schedules
/
{scheduleId}
Update schedule
curl --request PUT \
  --url https://{instance}.omniapp.co/api/v1/schedules/{scheduleId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "scheduledTaskId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Use either an Organization API Key or Personal Access Token (PAT). Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

scheduleId
string<uuid>
required

Schedule ID

Body

application/json

Same properties as create schedule (all optional)

Response

Schedule updated successfully

success
boolean
scheduledTaskId
string<uuid>