PUT: Modify an SPTS Program - Conductor Live

PUT: Modify an SPTS Program

Change the PID map and program number of the specified MPTS member.

Do not use PUT to modify the channel ID; instead, delete the MPTS member (DELETE) and recreate it (POST) with the new channel ID.

HTTP Request and Response

Request URL

PUT http://<Conductor IP address>/mpts/<ID of mpts>/mpts_members/<ID of mpts member>

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

The body contains only the elements to change; see POST above.