updateProject method
ResponseFuture<UpdateProjectResponse>
updateProject(
- UpdateProjectRequest request, {
- 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);
}