Skip to content

Commit a922dca

Browse files
authored
docs(partialUpdate): add note about multiple operations (#4721)
1 parent b8762a6 commit a922dca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specs/search/paths/objects/partialUpdate.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ post:
3131
- _operation: the operation to apply on the attribute
3232
- value: the right-hand side argument to the operation, for example, increment or decrement step, value to add or remove.
3333
34+
When updating multiple attributes or using multiple operations targeting the same record, you should use a single partial update for faster processing.
35+
3436
This operation is subject to [indexing rate limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
3537
parameters:
3638
- $ref: '../../../common/parameters.yml#/IndexName'

0 commit comments

Comments
 (0)