Kaltura API

categoryentryindex
Description:
Index CategoryEntry by Id
Input Params
Name Type Description Required Default Value
entryId string V
categoryId int V
shouldUpdate bool 1
Output Type
int
Example HTTP Hit
http://www.kaltura.com/api_v3/service/categoryentry/action/index
JSON object:
				
{ entryId: "value", categoryId: value, shouldUpdate: value }