From 4d3cb47ca6c42aa371b343bb1a37e0be34c4a27a Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Tue, 20 Aug 2024 14:41:55 +0000 Subject: [PATCH] fix(specs): broken link (generated) https://github.com/algolia/api-clients-automation/pull/3559 Co-authored-by: algolia-bot Co-authored-by: Kai Welke Co-authored-by: shortcuts --- lib/algolia/api/search_client.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/algolia/api/search_client.rb b/lib/algolia/api/search_client.rb index c2a9c309..8528c2df 100644 --- a/lib/algolia/api/search_client.rb +++ b/lib/algolia/api/search_client.rb @@ -818,7 +818,7 @@ def delete_api_key(key, request_options = {}) @api_client.deserialize(response.body, request_options[:debug_return_type] || "Search::DeleteApiKeyResponse") end - # 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). + # 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). # # Required API Key ACLs: # - deleteIndex @@ -855,7 +855,7 @@ def delete_by_with_http_info(index_name, delete_by_params, request_options = {}) @api_client.call_api(:POST, path, new_options) end - # 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). + # 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). # # Required API Key ACLs: # - deleteIndex