Skip to content

Commit 609ed38

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 ab4c322 commit 609ed38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algoliasearch/Clients/SearchClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ DeletedAtResponse DeleteIndex(
743743
);
744744

745745
/// <summary>
746-
/// Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteByQuery` operation](#tag/Records/operation/deleteBy).
746+
/// Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteBy` operation](#tag/Records/operation/deleteBy).
747747
/// </summary>
748748
///
749749
/// Required API Key ACLs:
@@ -764,7 +764,7 @@ Task<DeletedAtResponse> DeleteObjectAsync(
764764
);
765765

766766
/// <summary>
767-
/// Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteByQuery` operation](#tag/Records/operation/deleteBy). (Synchronous version)
767+
/// Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteBy` operation](#tag/Records/operation/deleteBy). (Synchronous version)
768768
/// </summary>
769769
///
770770
/// Required API Key ACLs:

0 commit comments

Comments
 (0)