@@ -3915,8 +3915,8 @@ public CompletableFuture<AddApiKeyResponse> restoreApiKeyAsync(@Nonnull String k
3915
3915
* specified object ID exists, the existing record is replaced. - If a record with the specified
3916
3916
* object ID doesn't exist, a new record is added to your index. - If you add a record to an index
3917
3917
* 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).
3920
3920
*
3921
3921
* @param indexName Name of the index on which to perform the operation. (required)
3922
3922
* @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
3936
3936
* specified object ID exists, the existing record is replaced. - If a record with the specified
3937
3937
* object ID doesn't exist, a new record is added to your index. - If you add a record to an index
3938
3938
* 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).
3941
3941
*
3942
3942
* @param indexName Name of the index on which to perform the operation. (required)
3943
3943
* @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
3954
3954
* with the specified object ID exists, the existing record is replaced. - If a record with the
3955
3955
* specified object ID doesn't exist, a new record is added to your index. - If you add a record
3956
3956
* 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).
3959
3959
*
3960
3960
* @param indexName Name of the index on which to perform the operation. (required)
3961
3961
* @param body The record, a schemaless object with attributes that are useful in the context of
@@ -3983,8 +3983,8 @@ public CompletableFuture<SaveObjectResponse> saveObjectAsync(
3983
3983
* with the specified object ID exists, the existing record is replaced. - If a record with the
3984
3984
* specified object ID doesn't exist, a new record is added to your index. - If you add a record
3985
3985
* 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).
3988
3988
*
3989
3989
* @param indexName Name of the index on which to perform the operation. (required)
3990
3990
* @param body The record, a schemaless object with attributes that are useful in the context of
0 commit comments