Batch update points | Qdrant | API Reference (original) (raw)
POST
/collections/:collection_name/points/batch
Batch updates points, including their respective vectors and payloads.
Path parameters
collection_namestringRequired
Name of the collection to apply operations on
Headers
Query parameters
waitbooleanOptional
If true, wait for changes to actually happen
orderingenumOptional
define ordering guarantees for the operation
Allowed values:
Request
This endpoint expects an object.
operationslist of objectsRequired
Response
successful operation
usageobject or anyOptional
timedoubleOptional
Time spent to process this request
resultlist of objectsOptional