/channels/videos/update¶
Move a video to a different position in a manual channel.
Parameters¶
- channel_key : string
Key of the channel which should be updated.
- position_from (optional) : unsigned integer
Position in the channel from which video should be moved.
- position_to (optional) : unsigned integer
Position in the channel to which video should be moved.
Example response¶
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>ok</status>
</response>
Response parameters¶
- /response/status : string
Call execution status. Set to ok if call executed successfully.