updateProject method

ResponseFuture<UpdateProjectResponse> updateProject(
  1. UpdateProjectRequest request, {
  2. CallOptions? options,
})

Update Project

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

Update an existing project.

Required permission:

  • project.write

Implementation

$grpc.ResponseFuture<$0.UpdateProjectResponse> updateProject(
  $0.UpdateProjectRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateProject, request, options: options);
}