updateInstance method

ResponseFuture<UpdateInstanceResponse> updateInstance(
  1. UpdateInstanceRequest request, {
  2. CallOptions? options,
})

Update Instance

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

Updates instance in context with the given name.

The instance_id in the input message will be used in the future.

Required permissions:

  • iam.write

Implementation

$grpc.ResponseFuture<$0.UpdateInstanceResponse> updateInstance(
  $0.UpdateInstanceRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateInstance, request, options: options);
}