Kaltura API

mediaupdateContent
Description:
Replace content associated with the media entry.
Input Params
Name Type Description Required Default Value
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 1
advancedOptions KalturaEntryReplacementOptions Additional update content options 1
Output Type
KalturaMediaEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/media/action/updateContent
JSON object:
				
{ entryId: "value", resource: { objectType: "KalturaResource" }, conversionProfileId: value, advancedOptions: { objectType: "KalturaEntryReplacementOptions", keepManualThumbnails: value, pluginOptionItems: [{ objectType: "KalturaPluginReplacementOptionsItem" }] } }