API Reference

Update Row

Updates a single row.

📘

Structure of the row object

The row object contains key:value pairs with the column name as key and the desired values. Check the page Models to get a better understanding of the row object.

Path Params
string
required

The unique identifier of a base. Sometimes also called dtable_uuid.

Body Params
string
required

The name of the table.

string
required

The id of the row. The id of a row is unique inside a base and is often used to identify one specific row.

row
object
required

Pass the set of column names and their values. The column names must be present in your table. Different column types require different ways to input values. For eg:
{"Name":"Max", "Age":"21", "Birthday":"2023-02-18", "Checkbox":"true"}

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json