Edit schedule

This API is used to edit schedule values.

{
    "end_time":"2020-09-22 23:59:59",
    "repeats":[
       {
           "start_time":{
           "day_of_week":[
               1,2,3,4,5,6,7
            ],
           "time":"02:01"
           },
           "stop_time":{
              "day_of_week":[
                 1,2,3,4,5,6,7
               ],
              "time":"17:03"
            }
         }
    ],
    "schedule_type":"weekly",
    "start_time":"2020-09-15 07:56:11",
    "timezone":"UTC"
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!