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 <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Kai Welke <kai.welke@algolia.com>
Co-authored-by: shortcuts <vannicattec@gmail.com>
  • Loading branch information
3 people committed Aug 20, 2024
1 parent b985e9f commit bea3494
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions algoliasearch/src/main/java/com/algolia/api/SearchClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ public CompletableFuture<DeleteApiKeyResponse> deleteApiKeyAsync(@Nonnull String
/**
* 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).
* records using the [`batch` operation](#tag/Records/operation/batch).
*
* @param indexName Name of the index on which to perform the operation. (required)
* @param deleteByParams (required)
Expand All @@ -1497,7 +1497,7 @@ public DeletedAtResponse deleteBy(@Nonnull String indexName, @Nonnull DeleteByPa
/**
* 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).
* records using the [`batch` operation](#tag/Records/operation/batch).
*
* @param indexName Name of the index on which to perform the operation. (required)
* @param deleteByParams (required)
Expand All @@ -1510,7 +1510,7 @@ public DeletedAtResponse deleteBy(@Nonnull String indexName, @Nonnull DeleteByPa
/**
* (asynchronously) 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).
* delete the records using the [`batch` operation](#tag/Records/operation/batch).
*
* @param indexName Name of the index on which to perform the operation. (required)
* @param deleteByParams (required)
Expand Down Expand Up @@ -1538,7 +1538,7 @@ public CompletableFuture<DeletedAtResponse> deleteByAsync(
/**
* (asynchronously) 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).
* delete the records using the [`batch` operation](#tag/Records/operation/batch).
*
* @param indexName Name of the index on which to perform the operation. (required)
* @param deleteByParams (required)
Expand Down

0 comments on commit bea3494

Please sign in to comment.