21.4. Roles Permits Sub-Collection
21.4.1. Roles Permits Sub-Collection Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Each role contains a set of allowable actions, or
permits
, which the API lists in capabilities
.
A role's
permits
are listed as a sub-collection:
Example 21.5. Listing a role's permits
21.4.2. Assign a Permit to a Role Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Assign a
permit
to a role with a POST
request to the permits
sub-collection. Use either an id
attribute or a name
element to specify the permit
to assign.
Example 21.6. Assign a permit to a role
21.4.3. Remove a Permit from a Role Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Remove a
permit
from a role with a DELETE
request to the permit
resource.
Example 21.7. Remove a permit from a role
DELETE /api/roles/b67dfbe2-0dbc-41e4-86d3-a2fbef02cfa9/permits/1 HTTP/1.1 HTTP/1.1 204 No Content
DELETE /api/roles/b67dfbe2-0dbc-41e4-86d3-a2fbef02cfa9/permits/1 HTTP/1.1
HTTP/1.1 204 No Content