Skip to content

Commit c1a89f4

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 1410f5e commit c1a89f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/algolia/api/search_client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ def delete_index(index_name, request_options = {})
926926
@api_client.deserialize(response.body, request_options[:debug_return_type] || "Search::DeletedAtResponse")
927927
end
928928

929-
# 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).
929+
# 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).
930930
#
931931
# Required API Key ACLs:
932932
# - deleteObject
@@ -966,7 +966,7 @@ def delete_object_with_http_info(index_name, algolia_object_id, request_options
966966
@api_client.call_api(:DELETE, path, new_options)
967967
end
968968

969-
# 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).
969+
# 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).
970970
#
971971
# Required API Key ACLs:
972972
# - deleteObject

0 commit comments

Comments
 (0)