patchUserSchema method

ResponseFuture<PatchUserSchemaResponse> patchUserSchema(
  1. PatchUserSchemaRequest request, {
  2. CallOptions? options,
})

Patch a user schema

Patch an existing user schema to a new revision. Users based on the current revision will not be affected until they are updated.

Implementation

$grpc.ResponseFuture<$0.PatchUserSchemaResponse> patchUserSchema(
  $0.PatchUserSchemaRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$patchUserSchema, request, options: options);
}