PUT: Update a Schedule - Conductor Live

PUT: Update a Schedule

HTTP Request and Response

Request URL

PUT http://<Conductor IP Address>/channels/<channel ID>/schedules/<schedule ID>

Call Header

  • Accept: Set to application/xml

  • Content-Type: Set to application/xml

If you are implementing user authentication, you must also include three authorization headers; see Header Content for User Authentication.

Request Body

One schedule element that contains the elements to be changed, enclosing the new value.

Response

The system updates the schedule but does not return a response. To confirm that the schedule has been changed, run a GET on the schedule as described in GET: Get the Attributes of a Schedule.