veoh.collection.updateChannel

Update a published channel's information.

Accessibility

Only Veoh's partners may execute this method

Request URL

http[s]://srv.veoh.com/rest/v2/execute.xml?method=veoh.collection.updateChannel

This method must be invoked with a POST action

Parameters

Name

Description Required Restriction

channelId

The id of the channel. true Integer.

title

Title. false String between 1 and 255 characters.

description

Description. false String between 1 and 2048 characters.

categoryId

The id of a category. false String. Between 1 and 3 values.

allowComments

Whether to allow users to comment on the channel. false Boolean true/false.
True False

allowEmbedding

Whether to allow the channel to be embedded on other sites. false Boolean true/false.
True False

autoAdd

Whether to automatically add published videos to the channel in the future. false Boolean true/false.
True False

excludeFromIndex

Whether to exclude the channel from search results. false Boolean true/false.
True False

highResThumbnail

A thumbnail image. false File at most 65536 bytes.

newTemplateId

???restng.veoh.collection.updateChannel.newTemplateId??? false Integer.

layoutTemplate

???restng.veoh.collection.updateChannel.layoutTemplate??? false String at most 8192 characters.

styleTemplate

???restng.veoh.collection.updateChannel.styleTemplate??? false String at most 8192 characters.

apiKey

An API key (Complete your developer profile here and a key will be emailed to you) true String.

userToken

A user token identifying the logged-in user (See veoh.people.authenticate) true String.

Error Codes

3

This method must be invoked with a POST action


5

The logged in user has insufficient privileges to perform this operation or view its results


201

The collection does not exist


203

The collection is not a channel


502

The category does not exist