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