We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcab84 commit 94d0ef7Copy full SHA for 94d0ef7
client/src/commonMain/kotlin/com/algolia/client/extensions/SearchClient.kt
@@ -432,7 +432,7 @@ public suspend fun SearchClient.partialUpdateObjects(
432
* Internally, this method copies the existing index settings, synonyms and query rules and indexes all
433
* passed objects. Finally, the temporary one replaces the existing index.
434
*
435
- * See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
+ * See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
436
437
* @param indexName The index in which to perform the request.
438
* @param objects The list of objects to replace.
0 commit comments