POST

https://{db}.{region}.api.lancedb.com

/
v1
/
table
/
{name}
/
update
/

Authorizations

x-api-key
string
headerrequired

Path Parameters

name
string
required

name of the table

Body

application/json
updates
array
required

A list to column updates. Each item is a pair of strings. The first string is the column name to update, and the second string is a SQL expression to update the column.

predicate
string

A filter expression that specifies the rows to update.