Kaltura API

dataupdate
Description:
Update data entry. Only the properties that were set will be updated.
Input Params
Name Type Description Required Default Value
entryId string Data entry id to update V
documentEntry KalturaDataEntry Data entry metadata to update V
Output Type
KalturaDataEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/data/action/update
JSON object:
				
{ entryId: "value", documentEntry: { objectType: "KalturaDataEntry", name: "value", description: "value", userId: "value", creatorId: "value", tags: "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, dataContent: "value", retrieveDataContentByGet: value } }