| document_documents:updatecontent | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Replace content associated with the given document entry. |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| entryId | string | document entry id to update | V | ||
| resource | KalturaResource | Resource to be used to replace entry doc content | V | ||
| conversionProfileId | int | The conversion profile id to be used on the entry | |||
| Output Type | |||||
| KalturaDocumentEntry | |||||
| Errors | |||||
| ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found | |||||
| ENTRY_REPLACEMENT_ALREADY_EXISTS;;Entry already in replacement | |||||
| INVALID_OBJECT_ID;ID;Invalid object id [@ID@] | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=document_documents&action=updatecontent POST fields: entryId resource:relatedObjects conversionProfileId |
|||||