PUThttp://localhost:6333/collections/collection_name/points/vectors
Path Parameters
Query Parameters
Body Parameters
View in API Reference
Request
$curl -X PUT http://localhost:6333/collections/collection_name/points/vectors \
> -H "api-key: " \
> -H "Content-Type: application/json" \
> -d '{
> "points": [
> {
> "id": 42,
> "vector": [
> 0.875,
> 0.140625,
> 0.897599995136261
> ]
> }
> ]
>}'
Response