media:updatecontent | |||||
---|---|---|---|---|---|
Description: | |||||
Replace content associated with the media entry. |
|||||
Input Params | |||||
Name | Type | Description | Required | Default Value | Restrictions |
entryId | string | Media entry id to update | V | ||
resource | KalturaResource | Resource to be used to replace entry media content | V | ||
conversionProfileId | int | The conversion profile id to be used on the entry | |||
advancedOptions | KalturaEntryReplacementOptions | Additional update content options | |||
Output Type | |||||
KalturaMediaEntry | |||||
Errors | |||||
ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found | |||||
ENTRY_REPLACEMENT_ALREADY_EXISTS;;Entry already in replacement | |||||
INVALID_OBJECT_ID;ID;Invalid object id [@ID@] | |||||
Example HTTP Hit | |||||
http://www.kaltura.com/api_v3/?service=media&action=updatecontent POST fields: entryId resource:relatedObjects conversionProfileId advancedOptions:relatedObjects advancedOptions:keepManualThumbnails |