Skip to content

Commit

Permalink
fix(specs): another wrong link (#3570)
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 authored Aug 21, 2024
1 parent f38a9ef commit 7c7de04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/search/paths/objects/objects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ post:
- 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 update _some_ attributes of a record, use the [`partial` operation](#tag/Records/operation/partialUpdateObject).
To add, update, or replace multiple records, use the [`batch` operation](#tag/Records/operation/batch).
summary: Add or replace a record
parameters:
Expand Down

0 comments on commit 7c7de04

Please sign in to comment.