Update a schedule

PATCH {{baseUrl}}/schedules/:id

This operation updates a schedule.

Request Body

{"schedule"=>{"action_type"=>"start_stop", "name"=>"Scheduled start for my camera", "end_repeat"=>"2001-11-30", "recurrence_data"=>"tuesday", "start_repeat"=>"1974-02-28", "start_transcoder"=>"2020-02-01T00:00:00.000Z", "stop_transcoder"=>"2020-02-29T23:59:59.999Z"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"schedule":{"action_type":"start_stop","created_at":"2020-01-29T17:16:21.995Z","end_repeat":"1984-04-24","id":"vhB0jSlB","name":"Scheduled start for my camera","recurrence_data":"friday","recurrence_type":"recur","start_repeat":"1958-01-10","start_transcoder":"2020-02-01T00:00:00.000Z","state":"enabled","stop_transcoder":"2020-02-29T23:59:59.999Z","transcoder_id":"P0NrTP7m","transcoder_name":"My Camera","updated_at":"2020-01-30T16:44:37.995Z"}}