Skip to content

Commit

Permalink
fix(specs): another wrong link (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3570

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Kai Welke <kai.welke@algolia.com>
algolia-bot and kai687 committed Aug 21, 2024

Verified

This commit was signed with the committer’s verified signature.
Zorbatron Zorbatron
1 parent bbede39 commit 18354a6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions algoliasearch/src/main/java/com/algolia/api/SearchClient.java
Original file line number Diff line number Diff line change
@@ -3915,8 +3915,8 @@ public CompletableFuture<AddApiKeyResponse> restoreApiKeyAsync(@Nonnull String k
* specified object ID exists, the existing record is replaced. - If a record with the specified
* object ID doesn't exist, a new record is added to your index. - If you add a record to an index
* that doesn't exist yet, a new index is created. To update _some_ attributes of a record, use
* the [`partial` operation](#tag/Records/operation/partial). To add, update, or replace multiple
* records, use the [`batch` operation](#tag/Records/operation/batch).
* the [`partial` operation](#tag/Records/operation/partialUpdateObject). To add, update, or
* replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
*
* @param indexName Name of the index on which to perform the operation. (required)
* @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
* specified object ID exists, the existing record is replaced. - If a record with the specified
* object ID doesn't exist, a new record is added to your index. - If you add a record to an index
* that doesn't exist yet, a new index is created. To update _some_ attributes of a record, use
* the [`partial` operation](#tag/Records/operation/partial). To add, update, or replace multiple
* records, use the [`batch` operation](#tag/Records/operation/batch).
* the [`partial` operation](#tag/Records/operation/partialUpdateObject). To add, update, or
* replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
*
* @param indexName Name of the index on which to perform the operation. (required)
* @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
* with the specified object ID exists, the existing record is replaced. - If a record with the
* specified object ID doesn't exist, a new record is added to your index. - If you add a record
* to an index that doesn't exist yet, a new index is created. To update _some_ attributes of a
* record, use the [`partial` operation](#tag/Records/operation/partial). To add, update, or
* replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
* record, use the [`partial` operation](#tag/Records/operation/partialUpdateObject). To add,
* update, or replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
*
* @param indexName Name of the index on which to perform the operation. (required)
* @param body The record, a schemaless object with attributes that are useful in the context of
@@ -3983,8 +3983,8 @@ public CompletableFuture<SaveObjectResponse> saveObjectAsync(
* with the specified object ID exists, the existing record is replaced. - If a record with the
* specified object ID doesn't exist, a new record is added to your index. - If you add a record
* to an index that doesn't exist yet, a new index is created. To update _some_ attributes of a
* record, use the [`partial` operation](#tag/Records/operation/partial). To add, update, or
* replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
* record, use the [`partial` operation](#tag/Records/operation/partialUpdateObject). To add,
* update, or replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
*
* @param indexName Name of the index on which to perform the operation. (required)
* @param body The record, a schemaless object with attributes that are useful in the context of

0 comments on commit 18354a6

Please sign in to comment.