Skip to content

Commit d36f800

Browse files
algolia-botmillotpshortcuts
committed
fix(scala): prefix tags with v (generated)
algolia/api-clients-automation#5186 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com> Co-authored-by: shortcuts <vannicattec@gmail.com>
1 parent b91cce3 commit d36f800

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

algoliasearch/src/main/java/com/algolia/api/SearchClient.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7197,8 +7197,8 @@ public <T> List<BatchResponse> partialUpdateObjects(
71977197
/**
71987198
* Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are
71997199
* untouched. Replace all records in an index without any downtime. See
7200-
* https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation
7201-
* details.
7200+
* https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for
7201+
* implementation details.
72027202
*
72037203
* @param indexName The `indexName` to replace `objects` in.
72047204
* @param objects The array of `objects` to store in the given Algolia `indexName`.
@@ -7213,8 +7213,8 @@ public <T> ReplaceAllObjectsResponse replaceAllObjects(String indexName, Iterabl
72137213
/**
72147214
* Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are
72157215
* untouched. Replace all records in an index without any downtime. See
7216-
* https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation
7217-
* details.
7216+
* https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for
7217+
* implementation details.
72187218
*
72197219
* @param indexName The `indexName` to replace `objects` in.
72207220
* @param objects The array of `objects` to store in the given Algolia `indexName`.
@@ -7231,8 +7231,8 @@ public <T> ReplaceAllObjectsResponse replaceAllObjects(String indexName, Iterabl
72317231
/**
72327232
* Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are
72337233
* untouched. Replace all records in an index without any downtime. See
7234-
* https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation
7235-
* details.
7234+
* https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for
7235+
* implementation details.
72367236
*
72377237
* @param indexName The `indexName` to replace `objects` in.
72387238
* @param objects The array of `objects` to store in the given Algolia `indexName`.
@@ -7251,8 +7251,8 @@ public <T> ReplaceAllObjectsResponse replaceAllObjects(String indexName, Iterabl
72517251
/**
72527252
* Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are
72537253
* untouched. Replace all records in an index without any downtime. See
7254-
* https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation
7255-
* details.
7254+
* https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for
7255+
* implementation details.
72567256
*
72577257
* @param indexName The `indexName` to replace `objects` in.
72587258
* @param objects The array of `objects` to store in the given Algolia `indexName`.

0 commit comments

Comments
 (0)