Creates or updates a permission for a project 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
projectRoleId
The id of the project role.
Request
The model to create or update the project role permission.
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.

