Kaltura API

documentaddFromFlavorAsset
Description:
Copy flavor asset into new entry
Input Params
Name Type Description Required Default Value
sourceFlavorAssetId string Flavor asset id to be used as the new entry source V
documentEntry KalturaDocumentEntry Document entry metadata 1
Output Type
KalturaDocumentEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/document/action/addFromFlavorAsset
JSON object:
				
{ sourceFlavorAssetId: "value", documentEntry: { objectType: "KalturaDocumentEntry", name: "value", multiLingual_name: [{ objectType: "KalturaMultiLingualString", language: "value", value: "value" }], description: "value", multiLingual_description: [{ objectType: "KalturaMultiLingualString", language: "value", value: "value" }], userId: "value", creatorId: "value", tags: "value", multiLingual_tags: [{ objectType: "KalturaMultiLingualString", language: "value", value: "value" }], adminTags: "value", categories: "value", categoriesIds: "value", type: "value", groupId: value, partnerData: "value", licenseType: value, accessControlId: value, startDate: value, endDate: value, referenceId: "value", partnerSortValue: value, conversionProfileId: value, redirectEntryId: "value", parentEntryId: "value", operationAttributes: [{ objectType: "KalturaOperationAttributes" }], entitledUsersEdit: "value", entitledUsersPublish: "value", entitledUsersView: "value", templateEntryId: "value", displayInSearch: value, application: "value", applicationVersion: "value", blockAutoTranscript: value, documentType: value } }