Skip to content

Commit 18354a6

Browse files
algolia-botkai687
andcommitted
fix(specs): another wrong link (generated)
algolia/api-clients-automation#3570 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent bbede39 commit 18354a6

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
@@ -3915,8 +3915,8 @@ public CompletableFuture<AddApiKeyResponse> restoreApiKeyAsync(@Nonnull String k
39153915
* specified object ID exists, the existing record is replaced. - If a record with the specified
39163916
* object ID doesn't exist, a new record is added to your index. - If you add a record to an index
39173917
* that doesn't exist yet, a new index is created. To update _some_ attributes of a record, use
3918-
* the [`partial` operation](#tag/Records/operation/partial). To add, update, or replace multiple
3919-
* records, use the [`batch` operation](#tag/Records/operation/batch).
3918+
* the [`partial` operation](#tag/Records/operation/partialUpdateObject). To add, update, or
3919+
* replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
39203920
*
39213921
* @param indexName Name of the index on which to perform the operation. (required)
39223922
* @param body The record, a schemaless object with attributes that are useful in the context of
@@ -3936,8 +3936,8 @@ public SaveObjectResponse saveObject(@Nonnull String indexName, @Nonnull Object
39363936
* specified object ID exists, the existing record is replaced. - If a record with the specified
39373937
* object ID doesn't exist, a new record is added to your index. - If you add a record to an index
39383938
* that doesn't exist yet, a new index is created. To update _some_ attributes of a record, use
3939-
* the [`partial` operation](#tag/Records/operation/partial). To add, update, or replace multiple
3940-
* records, use the [`batch` operation](#tag/Records/operation/batch).
3939+
* the [`partial` operation](#tag/Records/operation/partialUpdateObject). To add, update, or
3940+
* replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
39413941
*
39423942
* @param indexName Name of the index on which to perform the operation. (required)
39433943
* @param body The record, a schemaless object with attributes that are useful in the context of
@@ -3954,8 +3954,8 @@ public SaveObjectResponse saveObject(@Nonnull String indexName, @Nonnull Object
39543954
* with the specified object ID exists, the existing record is replaced. - If a record with the
39553955
* specified object ID doesn't exist, a new record is added to your index. - If you add a record
39563956
* to an index that doesn't exist yet, a new index is created. To update _some_ attributes of a
3957-
* record, use the [`partial` operation](#tag/Records/operation/partial). To add, update, or
3958-
* replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
3957+
* record, use the [`partial` operation](#tag/Records/operation/partialUpdateObject). To add,
3958+
* update, or replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
39593959
*
39603960
* @param indexName Name of the index on which to perform the operation. (required)
39613961
* @param body The record, a schemaless object with attributes that are useful in the context of
@@ -3983,8 +3983,8 @@ public CompletableFuture<SaveObjectResponse> saveObjectAsync(
39833983
* with the specified object ID exists, the existing record is replaced. - If a record with the
39843984
* specified object ID doesn't exist, a new record is added to your index. - If you add a record
39853985
* to an index that doesn't exist yet, a new index is created. To update _some_ attributes of a
3986-
* record, use the [`partial` operation](#tag/Records/operation/partial). To add, update, or
3987-
* replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
3986+
* record, use the [`partial` operation](#tag/Records/operation/partialUpdateObject). To add,
3987+
* update, or replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
39883988
*
39893989
* @param indexName Name of the index on which to perform the operation. (required)
39903990
* @param body The record, a schemaless object with attributes that are useful in the context of

0 commit comments

Comments
 (0)