|
8 | 8 | description: | |
9 | 9 | Retrieves one record by its object ID. |
10 | 10 |
|
11 | | - To retrieve more than one record, use the [`objects` operation](#tag/Records/operation/getObjects). |
| 11 | + To retrieve more than one record, use the [`objects` operation](https://www.algolia.com/doc/rest-api/search/get-objects). |
12 | 12 | parameters: |
13 | 13 | - $ref: '../../../common/parameters.yml#/IndexName' |
14 | 14 | - $ref: '../../../common/parameters.yml#/ObjectID' |
|
55 | 55 | If a record with the specified object ID exists, the existing record is replaced. |
56 | 56 | Otherwise, a new record is added to the index. |
57 | 57 |
|
58 | | - If you want to use auto-generated object IDs, use the [`saveObject` operation](#tag/Records/operation/saveObject). |
59 | | - To update _some_ attributes of an existing record, use the [`partial` operation](#tag/Records/operation/partialUpdateObject) instead. |
60 | | - To add, update, or replace multiple records, use the [`batch` operation](#tag/Records/operation/batch). |
| 58 | + If you want to use auto-generated object IDs, use the [`saveObject` operation](https://www.algolia.com/doc/rest-api/search/save-object). |
| 59 | + To update _some_ attributes of an existing record, use the [`partial` operation](https://www.algolia.com/doc/rest-api/search/partial-update-object) instead. |
| 60 | + To add, update, or replace multiple records, use the [`batch` operation](https://www.algolia.com/doc/rest-api/search/batch). |
61 | 61 | parameters: |
62 | 62 | - $ref: '../../../common/parameters.yml#/IndexName' |
63 | 63 | - $ref: '../../../common/parameters.yml#/ObjectID' |
@@ -95,8 +95,8 @@ delete: |
95 | 95 | description: | |
96 | 96 | Deletes a record by its object ID. |
97 | 97 |
|
98 | | - To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). |
99 | | - To delete records matching a query, use the [`deleteBy` operation](#tag/Records/operation/deleteBy). |
| 98 | + To delete more than one record, use the [`batch` operation](https://www.algolia.com/doc/rest-api/search/batch). |
| 99 | + To delete records matching a query, use the [`deleteBy` operation](https://www.algolia.com/doc/rest-api/search/delete-by). |
100 | 100 |
|
101 | 101 | parameters: |
102 | 102 | - $ref: '../../../common/parameters.yml#/IndexName' |
|
0 commit comments