Kaltura API

dataaddContent
Description:
Update the dataContent of data entry using a resource
Input Params
Name Type Description Required Default Value
entryId string V
resource KalturaGenericDataCenterContentResource V
Output Type
string
Example HTTP Hit
http://www.kaltura.com/api_v3/service/data/action/addContent
JSON object:
				
{ entryId: "value", resource: { objectType: "KalturaGenericDataCenterContentResource" } }