Skip to main content
POST
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.

Body

application/json
payload
object
required

Key-value pairs to set on the matching points.

Example:
points
(integer | string)[]
required

List of point IDs to apply the payload to.

Example:

Response

Payload set

usage
object

Resource usage information for this request.

time
number<double>

Time spent to process this request, in seconds.

Example:

0.000102816

status
string

Operation status. Returns ok on success.

Example:

"ok"

result
object

Operation result containing the status of the payload update.