veoh.video.updateInfo

Update a published video's information.

Accessibility

Only Veoh's partners may execute this method

Request URL

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

This method must be invoked with a POST action

Parameters

Name

Description Required Restriction

videoId

The id of the video. true Integer.

title

Title. false String between 1 and 255 characters.

description

Description. false String between 1 and 2048 characters.

newTags

New tags to replace any existing tags. false String matching '^[^,]+$', between 3 and 20 characters. Between 1 and 5 values.

categoryId

Id of a category (see veoh.reflection.getAvailableCategories). false String. Between 1 and 3 values.

contentRatingId

Id of a content rating (see veoh.reflection.getAvailableContentRatings). false Integer.

countryId

Id of the country from which the video originates (see veoh.reflection.getAvailableCountries). false Integer.

languageId

Id of the language spoken in the video (see veoh.reflection.getAvailableLanguages). false Integer.

subTitleLanguageId

Id of the subtitle language in the video (see veoh.reflection.getAvailableLanguages). false Integer.

allowComments

Whether to allow users to add comments to the video. false Boolean true/false.
True False

allowEmbedding

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

allowAddToChannel

Whether to allow other users to add the video to their channels. false Boolean true/false.
True False

highResThumbnail

High resolution thumbnail image. false File at most 262144 bytes.

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


101

The video does not exist


102

This video has been cancelled


501

The content rating does not exist


502

The category does not exist


503

The provided thumbnail image is not a recognized format


704

The country does not exist.


705

The language does not exist.