Skip to content

Commit 4d3cb47

Browse files
algolia-botkai687shortcuts
committed
fix(specs): broken link (generated)
algolia/api-clients-automation#3559 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: shortcuts <[email protected]>
1 parent 1ed88e5 commit 4d3cb47

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
@@ -818,7 +818,7 @@ def delete_api_key(key, request_options = {})
818818
@api_client.deserialize(response.body, request_options[:debug_return_type] || "Search::DeleteApiKeyResponse")
819819
end
820820

821-
# This operation doesn&#39;t accept empty queries or filters. It&#39;s more efficient to get a list of object IDs with the [&#x60;browse&#x60; operation](#tag/Search/operation/browse), and then delete the records using the [&#x60;batch&#x60; operation](tag/Records/operation/batch).
821+
# This operation doesn&#39;t accept empty queries or filters. It&#39;s more efficient to get a list of object IDs with the [&#x60;browse&#x60; operation](#tag/Search/operation/browse), and then delete the records using the [&#x60;batch&#x60; operation](#tag/Records/operation/batch).
822822
#
823823
# Required API Key ACLs:
824824
# - deleteIndex
@@ -855,7 +855,7 @@ def delete_by_with_http_info(index_name, delete_by_params, request_options = {})
855855
@api_client.call_api(:POST, path, new_options)
856856
end
857857

858-
# This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](tag/Records/operation/batch).
858+
# This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
859859
#
860860
# Required API Key ACLs:
861861
# - deleteIndex

0 commit comments

Comments
 (0)