Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

PUT: Modify the Attributes of a Channel - Conductor Live

PUT: Modify the Attributes of a Channel

Modify the attributes of the specified channel. The channel must be in a state that allows modifications. To check the status, use GET Channel. For information on the status, see Channel Status Elements.

HTTP Request and Response

Request URL

PUT http://<Conductor IP address>/channels/<ID of channel>

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.

Example

This request changes the name of the channel with the ID 3. It modifies it to use the node that has the ID 1.

PUT http://198.51.100.0/channels/3 ------------------------------------------ Content-type:application/xml Accept:application/xml ------------------------------------------ <?xml version="1.0" encoding="UTF-8"?> <channel> <node_id>1</node_id> </channel>
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.