| media:updatecontent | ||||
|---|---|---|---|---|
| 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 | ||
| Output 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 |
||||