media:updatecontent | ||
---|---|---|
Description: | ||
Replace media content of the entry |
||
Input Params | ||
name | type | Description |
entryId | string | Media entry id to update |
resource | KalturaResource | Resource to be used to replace entry media content |
conversionProfileId | int | The conversion profile id to be used on the entry |
Output Type | ||
type | ||
KalturaMediaEntry | ||
Errors | ||
ENTRY_ID_NOT_FOUND,Entry id "%s" not found | ||
ENTRY_REPLACEMENT_ALREADY_EXISTS,Entry already in replacement | ||
INVALID_OBJECT_ID,Invalid object id [%s] | ||
Example HTTP Hit | ||
http://www.kaltura.com/api_v3/?service=media&action=updatecontent POST fields: entryId conversionProfileId |