There needs to be a correction to the documentation for the Permissions API for the REST API.
The page https://backendless.com/documentation/data/rest/data_permissions_api.htm document states:
<permission type>- type of the permission, that is either grant or deny.
The correction should be:
<permission type>- type of the permission, that is either GRANT or DENY.