Appearance
Update Schedule
Update an existing automated schedule configuration. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
scheduleId* | string | The unique identifier of the schedule to update |
body.name | string | Updated display name |
body.cron | string | Updated cron expression |
body.assigneeIds | string[] | Updated list of assignee user IDs |
body.timezone | string | Updated IANA timezone identifier |
Return Value
The updated schedule configuration.
Examples
bash
curl -X PUT "https://app.wombat.software/api/{targetPath}/schedule/:scheduleId" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..." \
-d '{"cron": "0 9 * * 1"}'ENDPOINTS
put
/api/{targetPath}/schedule/:scheduleId