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 target points.

Example:

"my_collection"

Body

application/json
payload
object
required

The complete payload object to replace existing data.

Example:
points
(integer | string)[]
required

List of point IDs to overwrite.

Example:

Response

Payload overwritten

usage
object

Resource usage information for this request.

time
number<double>

Time spent to process this request, in seconds.

Example:

0.000065268

status
string

Operation status. Returns ok on success.

Example:

"ok"

result
object

Operation result containing the status of the payload overwrite.