Update Schedule
PUT/api/v2/custom-reports/1/schedules/1
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.
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
- 200
Successful response