permissionitem:add | ||
---|---|---|
Description: | ||
Allows you to add a new KalturaPermissionItem object |
||
Input Params | ||
name | type | Description |
permissionItem | KalturaPermissionItem | |
Output Type | ||
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 |