Updates the project role with the specified id.
Updates the project role with the specified id.
<Check title="Required Permissions">The user must be an admin or have `workspace-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 update the project role with the specified id.
name
The name of the project role. Required.
isDefault
Whether to use this role as default when adding new project members.
defaultProjectRoleId
The id of the new default project role.
Required if the updated project role is the current default role.
allowOnlyProjectMasterDataRead
Whether this role is allowed to have only read permissions for project-master-data.
Response
OK
name
The name of the project role. Required.
isDefault
Whether to use this role as default when adding new project members.
defaultProjectRoleId
The id of the new default project role.
Required if the updated project role is the current default role.
allowOnlyProjectMasterDataRead
Whether this role is allowed to have only read permissions for project-master-data.
id
The id of the project role.
memberCount
The count of members which are linked to this role.
members
The members which are linked to this role.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.