Skip to main content

Update Schedule

PUT 

/api/v2/custom-reports/:id/schedules/:id2

Update an existing schedule. All fields are optional (sometimes validation). time_of_day accepts both H:i and H:i:s; the server round-trips the value as H:i:s on reads, so re-submitting an unchanged time_of_day value from a prior GET works without 422 errors.

Required scope: reports:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Returns 404 if the schedule does not belong to the URL's report. Returns 403 if the caller is not the report owner.

Request

Responses

Successful response