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 cf5e137 commit c874b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client_search/lib/src/api/search_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ final class SearchClient implements ApiClient {
);
}

/// 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 c874b87

Please sign in to comment.