pub async fn partial_update_project_role(
configuration: &Configuration,
id: i64,
create_update_role_request_bean: CreateUpdateRoleRequestBean,
) -> Result<ProjectRole, Error<PartialUpdateProjectRoleError>>
Expand description
Updates either the project role’s name or its description. You cannot update both the name and description at the same time using this operation. If you send a request with a name and a description only the name is updated. Permissions required: Administer Jira global permission.