Skip to content

Commit

Permalink
fix(specs): broken link (generated)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people committed Aug 20, 2024
1 parent 1ed88e5 commit 4d3cb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/algolia/api/search_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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&#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).
# 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).
#
# Required API Key ACLs:
# - deleteIndex
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4d3cb47

Please sign in to comment.