activateProject method
ResponseFuture<ActivateProjectResponse>
activateProject(
- ActivateProjectRequest request, {
- CallOptions? options,
Activate Project
Deprecated: please move to the corresponding endpoint under project service v2. This endpoint will be removed with the next major version of ZITADEL.
Set the state of a project to active. Request returns no error if the project is already activated.
Required permission:
project.write
Implementation
$grpc.ResponseFuture<$0.ActivateProjectResponse> activateProject(
$0.ActivateProjectRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$activateProject, request, options: options);
}