Update schedule
Schedules
Update schedule
PUT
Update schedule
Updates the specified task. Changes to the schedule will be applied to future runs. Currently running jobs are not affected.
Only properties included in the request will be updated. Omitted properties will retain their current values.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The ID of the schedule. To find a schedule's ID:
- Navigate to the dashboard of a document.
- Click File > Deliveries & Alerts.
- Next to a schedule, click Edit.
The schedule's ID is in the page's URL, after /schedules/. For example, the schedule ID in this URL is 123e4567-e89b-12d3-a456-426614174000:
https://blobsrus.omniapp.co/dashboards/e23ebaa0/schedules/123e4567-e89b-12d3-a456-426614174000Body
application/json
Same properties as Create schedule. All properties are optional - only included properties will be updated.