Skip to content

Commit 088f4e1

Browse files
feat(scripts): add push to mcp-node on release (generated)
algolia/api-clients-automation#4784 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent a40b325 commit 088f4e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

algoliasearch/src/main/java/com/algolia/api/SearchClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ public CompletableFuture<DeletedAtResponse> deleteIndexAsync(@Nonnull String ind
16971697
/**
16981698
* Deletes a record by its object ID. To delete more than one record, use the [`batch`
16991699
* operation](#tag/Records/operation/batch). To delete records matching a query, use the
1700-
* [`deleteByQuery` operation](#tag/Records/operation/deleteBy).
1700+
* [`deleteBy` operation](#tag/Records/operation/deleteBy).
17011701
*
17021702
* @param indexName Name of the index on which to perform the operation. (required)
17031703
* @param objectID Unique record identifier. (required)
@@ -1713,7 +1713,7 @@ public DeletedAtResponse deleteObject(@Nonnull String indexName, @Nonnull String
17131713
/**
17141714
* Deletes a record by its object ID. To delete more than one record, use the [`batch`
17151715
* operation](#tag/Records/operation/batch). To delete records matching a query, use the
1716-
* [`deleteByQuery` operation](#tag/Records/operation/deleteBy).
1716+
* [`deleteBy` operation](#tag/Records/operation/deleteBy).
17171717
*
17181718
* @param indexName Name of the index on which to perform the operation. (required)
17191719
* @param objectID Unique record identifier. (required)
@@ -1726,7 +1726,7 @@ public DeletedAtResponse deleteObject(@Nonnull String indexName, @Nonnull String
17261726
/**
17271727
* (asynchronously) Deletes a record by its object ID. To delete more than one record, use the
17281728
* [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the
1729-
* [`deleteByQuery` operation](#tag/Records/operation/deleteBy).
1729+
* [`deleteBy` operation](#tag/Records/operation/deleteBy).
17301730
*
17311731
* @param indexName Name of the index on which to perform the operation. (required)
17321732
* @param objectID Unique record identifier. (required)
@@ -1753,7 +1753,7 @@ public CompletableFuture<DeletedAtResponse> deleteObjectAsync(
17531753
/**
17541754
* (asynchronously) Deletes a record by its object ID. To delete more than one record, use the
17551755
* [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the
1756-
* [`deleteByQuery` operation](#tag/Records/operation/deleteBy).
1756+
* [`deleteBy` operation](#tag/Records/operation/deleteBy).
17571757
*
17581758
* @param indexName Name of the index on which to perform the operation. (required)
17591759
* @param objectID Unique record identifier. (required)

0 commit comments

Comments
 (0)