updateProjectRole method

ResponseFuture<UpdateProjectRoleResponse> updateProjectRole(
  1. UpdateProjectRoleRequest request, {
  2. CallOptions? options,
})

Update Project Role

Deprecated: please move to the corresponding endpoint under project service v2. This endpoint will be removed with the next major version of ZITADEL.

Change a project role. The key is not editable. If a key should change, remove the role and create a new one.

Required permission:

  • project.role.write

Implementation

$grpc.ResponseFuture<$0.UpdateProjectRoleResponse> updateProjectRole(
  $0.UpdateProjectRoleRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateProjectRole, request, options: options);
}