Kaltura API

categorymove
Description:
Move categories that belong to the same parent category to a target categroy - enabled only for ks with disable entitlement
Input Params
Name Type Description Required Default Value
categoryIds string V
targetCategoryParentId int V
Output Type
bool
Example HTTP Hit
http://www.kaltura.com/api_v3/service/category/action/move
JSON object:
				
{ categoryIds: "value", targetCategoryParentId: value }