Kaltura API

categoryentryadd
Description:
Add new CategoryEntry
Input Params
Name Type Description Required Default Value
categoryEntry KalturaCategoryEntry V
Output Type
KalturaCategoryEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/categoryentry/action/add
JSON object:
				
{ categoryEntry: { objectType: "KalturaCategoryEntry", categoryId: value, entryId: "value" } }