v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-014430130.6 KB
rows

Update a row

Updates a row within the specified table.

put/tables/{tableId}/rows/{rowId}

Path parameters

tableIdstring required

The ID of the table which this request is targeting.

rowIdstring required

The ID of the row which this request is targeting.

Headers

x-budibase-app-idstring required

The ID of the app which this request is targeting.

Request body

Row required

The row to be created/updated, based on the table schema.

Response

Returns the created row, including the ID which has been generated for it.