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 f8dfffe commit c7435f8Copy full SHA for c7435f8
client/src/commonMain/kotlin/com/algolia/client/extensions/SearchClient.kt
@@ -397,7 +397,7 @@ public suspend fun SearchClient.partialUpdateObjects(
397
* Internally, this method copies the existing index settings, synonyms and query rules and indexes all
398
* passed objects. Finally, the temporary one replaces the existing index.
399
*
400
- * See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
+ * See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
401
402
* @param indexName The index in which to perform the request.
403
* @param objects The list of objects to replace.
0 commit comments