Updates permissions for a role.
Updates permissions for a role. The submitted permission is added, changed, or removed for the role.
<Check title="Required Permissions" icon="key">The user must be an admin or have `project-manage-config:write` permissions.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
roleId
The id of the role.
Request
The permission of role form payload.
feature
The feature these permissions belong to.
accessLevels
The access levels applied to this feature.
Response
OK
feature
The feature these permissions belong to.
accessLevels
The access levels applied to this feature.
id
The id of the permission.
createdOn
The date this entity was created.
updatedOn
The date this entity was last modified.
Errors
400
Bad Request Error
500
Internal Server Error

