Update Row(s)

Change the values in one or multiple existing row(s) by defining the new values for necessary columns in the row object. Both SeaTable backends are supported.

📘

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.

🚧

Column names only

This endpoint always expects column names (e.g. Name) in the row object, not internal column keys (e.g. 0000). The convert_keys parameter is not supported. Unknown keys are silently ignored without error.

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here!