Kaltura API

categoryclone
Description:
Clone Category
Input Params
Name Type Description Required Default Value
categoryId int V
fromPartnerId int V
parentCategoryId int 1
Output Type
KalturaCategory
Example HTTP Hit
http://www.kaltura.com/api_v3/service/category/action/clone
JSON object:
				
{ categoryId: value, fromPartnerId: value, parentCategoryId: value }