patchUserSchema method
ResponseFuture<PatchUserSchemaResponse>
patchUserSchema(
- PatchUserSchemaRequest request, {
- 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);
}