Documents
Update a Single Row
PATCH
/
api
/
datasets
/
{id}
/
rows
/
{row-id}
Path Parameters
Dataset ID
Row ID
Header
Baseplate API key. Must be in the format βBearer $BASEPLATE_API_KEYβ
Use application/json
Body
Updated data. Each key in this object should match a column in your dataset. Format is same as above example for insertion. One of metadata or data is required.
Updated metadata. One of metadata or data is required.