| categoryEntry:add | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Add new CategoryEntry |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| categoryEntry | KalturaCategoryEntry | V | |||
| Output Type | |||||
| KalturaCategoryEntry | |||||
| Errors | |||||
| INVALID_ENTRY_ID;ID;Invalid entry id ["@ID@"] | |||||
| CATEGORY_NOT_FOUND;ID;Category id "@ID@" not found | |||||
| CANNOT_ASSIGN_ENTRY_TO_CATEGORY;;Cannot assign entry to category | |||||
| CATEGORY_ENTRY_ALREADY_EXISTS;;Entry already assigned to this category | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=categoryEntry&action=add POST fields: categoryEntry:relatedObjects categoryEntry:categoryId categoryEntry:entryId categoryEntry:createdAt categoryEntry:categoryFullIds categoryEntry:status |
|||||