Skip to content

Commit a3fcd62

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 d8b91a9 commit a3fcd62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

algoliasearch/Clients/SearchClient.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ public interface ISearchClient
436436
DeleteApiKeyResponse DeleteApiKey(string key, RequestOptions options = null, CancellationToken cancellationToken = default);
437437

438438
/// <summary>
439-
/// 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).
439+
/// 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).
440440
/// </summary>
441441
/// <param name="indexName">Name of the index on which to perform the operation.</param>
442442
/// <param name="deleteByParams"></param>
@@ -449,7 +449,7 @@ public interface ISearchClient
449449
Task<DeletedAtResponse> DeleteByAsync(string indexName, DeleteByParams deleteByParams, RequestOptions options = null, CancellationToken cancellationToken = default);
450450

451451
/// <summary>
452-
/// 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). (Synchronous version)
452+
/// 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). (Synchronous version)
453453
/// </summary>
454454
/// <param name="indexName">Name of the index on which to perform the operation.</param>
455455
/// <param name="deleteByParams"></param>
@@ -2416,7 +2416,7 @@ public DeleteApiKeyResponse DeleteApiKey(string key, RequestOptions options = nu
24162416

24172417

24182418
/// <summary>
2419-
/// 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).
2419+
/// 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).
24202420
/// </summary>
24212421
///
24222422
/// Required API Key ACLs:
@@ -2449,7 +2449,7 @@ public async Task<DeletedAtResponse> DeleteByAsync(string indexName, DeleteByPar
24492449

24502450

24512451
/// <summary>
2452-
/// 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). (Synchronous version)
2452+
/// 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). (Synchronous version)
24532453
/// </summary>
24542454
///
24552455
/// Required API Key ACLs:

0 commit comments

Comments
 (0)