| categoryUser:update | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Update CategoryUser by id |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| categoryId | int | V | |||
| userId | string | V | |||
| categoryUser | KalturaCategoryUser | V | |||
| override | bool | - to override manual changes | |||
| Output Type | |||||
| KalturaCategoryUser | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=categoryUser&action=update POST fields: categoryId userId categoryUser:relatedObjects categoryUser:categoryId categoryUser:userId categoryUser:partnerId categoryUser:permissionLevel categoryUser:status categoryUser:createdAt categoryUser:updatedAt categoryUser:updateMethod categoryUser:categoryFullIds categoryUser:permissionNames override |
|||||