Skip to main content
PUT
Python

Authorizations

Authorization
string
header
required

Admin JWT or access token for authenticating requests to VectorAI DB.

Path Parameters

collection_name
string
required

The name of the collection containing the points to update.

Body

application/json
points
object[]
required

Array of objects, each containing a point ID and the new vector.

Response

Vectors updated

usage
object

Resource usage information for this request.

time
number<double>

Time spent to process this request, in seconds.

Example:

0.00060924

status
string

Operation status. Returns ok on success.

Example:

"ok"

result
object

Operation result containing the status of the vector update.