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 d8b91a9 commit a3fcd62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions algoliasearch/Clients/SearchClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public interface ISearchClient
DeleteApiKeyResponse DeleteApiKey(string key, RequestOptions options = null, CancellationToken cancellationToken = default);

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

/// <summary>
/// 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)
/// 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)
/// </summary>
/// <param name="indexName">Name of the index on which to perform the operation.</param>
/// <param name="deleteByParams"></param>
Expand Down Expand Up @@ -2416,7 +2416,7 @@ public DeleteApiKeyResponse DeleteApiKey(string key, RequestOptions options = nu


/// <summary>
/// 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).
/// </summary>
///
/// Required API Key ACLs:
Expand Down Expand Up @@ -2449,7 +2449,7 @@ public async Task<DeletedAtResponse> DeleteByAsync(string indexName, DeleteByPar


/// <summary>
/// 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)
/// 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)
/// </summary>
///
/// Required API Key ACLs:
Expand Down

0 comments on commit a3fcd62

Please sign in to comment.