| baseEntry:updatecontent | ||||
|---|---|---|---|---|
| Description: | ||||
| Update the content resource associated with the entry. |
||||
| Input Params | ||||
| Name | Type | Description | Required | Default Value |
| 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 | ||
| Output Type | ||||
| KalturaBaseEntry | ||||
| Errors | ||||
| ENTRY_ID_NOT_FOUND,Entry id "%s" not found | ||||
| Example HTTP Hit | ||||
| http://www.kaltura.com/api_v3/?service=baseEntry&action=updatecontent POST fields: entryId conversionProfileId |
||||