permission:add | ||
---|---|---|
Description: | ||
Allows you to add a new KalturaPermission object |
||
Input Params | ||
name | type | Description |
permission | KalturaPermission | |
Output Type | ||
type | ||
KalturaPermission | ||
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=permission&action=add POST fields: permission:id permission:type permission:name permission:friendlyName permission:description permission:status permission:partnerId permission:dependsOnPermissionNames permission:tags permission:permissionItemsIds permission:createdAt permission:updatedAt permission:partnerGroup |