Skip to content

Commit 561ea56

Browse files
docs: remove clients documentation (#3526) (generated) [skip ci]
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent aeb7b3a commit 561ea56

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

clients/algoliasearch-client-go/algolia/search/api_search.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-java/algoliasearch/src/main/java/com/algolia/api/SearchClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6321,8 +6321,8 @@ public <T> List<BatchResponse> chunkedBatch(
63216321
/**
63226322
* Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are
63236323
* untouched. Replace all records in an index without any downtime. See
6324-
* https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for
6325-
* implementation details.
6324+
* https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation
6325+
* details.
63266326
*
63276327
* @param indexName The `indexName` to replace `objects` in.
63286328
* @param objects The array of `objects` to store in the given Algolia `indexName`.
@@ -6437,8 +6437,8 @@ public <T> List<BatchResponse> partialUpdateObjects(
64376437
/**
64386438
* Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are
64396439
* untouched. Replace all records in an index without any downtime. See
6440-
* https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for
6441-
* implementation details.
6440+
* https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation
6441+
* details.
64426442
*
64436443
* @param indexName The `indexName` to replace `objects` in.
64446444
* @param objects The array of `objects` to store in the given Algolia `indexName`.

clients/algoliasearch-client-javascript/packages/client-search/src/searchClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ export function createSearchClient({
657657

658658
/**
659659
* Helper: Replaces all objects (records) in the given `index_name` with the given `objects`. A temporary index is created during this process in order to backup your data.
660-
* See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
660+
* See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
661661
*
662662
* @summary Helper: Replaces all objects (records) in the given `index_name` with the given `objects`. A temporary index is created during this process in order to backup your data.
663663
* @param replaceAllObjects - The `replaceAllObjects` object.

clients/algoliasearch-client-php/lib/Api/SearchClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2895,7 +2895,7 @@ public function browseSynonyms($indexName, $requestOptions = [])
28952895

28962896
/**
28972897
* Helper: Replace all objects in an index using a temporary one.
2898-
* See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
2898+
* See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
28992899
*
29002900
* @param string $indexName the `indexName` to replace `objects` in
29012901
* @param array $objects the array of `objects` to store in the given Algolia `indexName`

clients/algoliasearch-client-python/algoliasearch/search/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ async def replace_all_objects(
535535
"""
536536
Helper: Replaces all objects (records) in the given `index_name` with the given `objects`. A temporary index is created during this process in order to backup your data.
537537
538-
See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
538+
See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
539539
"""
540540
tmp_index_name = self.create_temporary_name(index_name)
541541

clients/algoliasearch-client-scala/src/main/scala/algoliasearch/extension/package.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,7 @@ package object extension {
326326
* settings, synonyms and query rules and indexes all passed objects. Finally, the temporary one replaces the
327327
* existing index.
328328
*
329-
* See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation
330-
* details.
329+
* See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
331330
*
332331
* @param indexName
333332
* The index in which to perform the request.

0 commit comments

Comments
 (0)