voxel.hapi.permissions.update
Update hAPI permissions for a given user.
Parameters
authkey(required)- Authentication key associated with a Voxel username
category(required)- Category of methods for which permissions will be managed (hapi.version lists categories for all methods)
action(required)- Action to allow on data in the specified category; one of "read", "update", "create", or "delete"
permissions(required)- Permissions for the given action on the given category; must be either "allow" or "deny"
Example Response
<rsp stat="ok"/>
Notes
Call this method to allow or deny access to specific actions on some category of methods to a given user on an account.
Method Specific Error Codes
-
None

