| permissionItem:add | ||||
|---|---|---|---|---|
| Description: | ||||
| Adds a new permission item object to the account. This action is available only to Kaltura system administrators. |
||||
| Input Params | ||||
| Name | Type | Description | Required | Default Value |
| permissionItem | KalturaPermissionItem | The new permission item | V | |
| Output Type | ||||
| KalturaPermissionItem | ||||
| Errors | ||||
| PROPERTY_VALIDATION_CANNOT_BE_NULL,The property "%s" cannot be NULL | ||||
| PROPERTY_VALIDATION_NOT_UPDATABLE,The property "%s" cannot be updated | ||||
| Example HTTP Hit | ||||
| http://www.kaltura.com/api_v3/?service=permissionItem&action=add POST fields: permissionItem:id permissionItem:type permissionItem:partnerId permissionItem:tags permissionItem:createdAt permissionItem:updatedAt |
||||