Kaltura API

document_documentsupdateContent
Description:
Replace content associated with the given document entry.
Input Params
Name Type Description Required Default Value
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 1
Output Type
KalturaDocumentEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/document_documents/action/updateContent
JSON object:
				
{ entryId: "value", resource: { objectType: "KalturaResource" }, conversionProfileId: value }