updateTarget method

ResponseFuture<UpdateTargetResponse> updateTarget(
  1. UpdateTargetRequest request, {
  2. CallOptions? options,
})

Update Target

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

Update an existing target. To generate a new signing key set the optional expirationSigningKey.

Required permission:

  • action.target.write

Implementation

$grpc.ResponseFuture<$0.UpdateTargetResponse> updateTarget(
  $0.UpdateTargetRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateTarget, request, options: options);
}