Skip to content

Commit 058e99d

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 1213943 commit 058e99d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algoliasearch/search/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,7 @@ async def delete_by_with_http_info(
18051805
request_options: Optional[Union[dict, RequestOptions]] = None,
18061806
) -> ApiResponse[str]:
18071807
"""
1808-
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).
1808+
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).
18091809
18101810
Required API Key ACLs:
18111811
- deleteIndex
@@ -1854,7 +1854,7 @@ async def delete_by(
18541854
request_options: Optional[Union[dict, RequestOptions]] = None,
18551855
) -> DeletedAtResponse:
18561856
"""
1857-
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).
1857+
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).
18581858
18591859
Required API Key ACLs:
18601860
- deleteIndex

0 commit comments

Comments
 (0)