Skip to content

Update Schedule

Update an existing automated schedule configuration. Requires ADMIN permissions.

Parameters

name * are required parametersdata typedescription
scheduleId*stringThe unique identifier of the schedule to update
body.namestringUpdated display name
body.cronstringUpdated cron expression
body.assigneeIdsstring[]Updated list of assignee user IDs
body.timezonestringUpdated 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