latestOpenAPI 3.0.02026-08-10330179317.3 KB

0534e4d70b77

Vectors

Update vector attributes

put/api/v1/vectors/{id}

Path parameters

idinteger required

vector id

Request body

tokenstring required
dataset_idinteger

the dataset id

vector_datastring

fields must be same as column headers in the dataset - {"data_header": "item_name"}

Example request

{
  "token": "YOUR TOKEN IS HERE"
}

Response

vector updated