v2

latestOpenAPI 3.1.02026-07-26143251806.6 KB
smart-tables

Update Cell

Edit the value of a text column cell. Only cells in text type columns can be edited directly; computed cells are recalculated automatically. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.

patch/api/public/v2/tables/{table_id}/sheets/{sheet_id}/cells/{cell_id}

Path parameters

table_idstring uuid required
sheet_idstring uuid required
cell_idstring uuid required

Request body

display_valuestring nullable

Human-readable display value.

{"stackTrail":"paths:/api/public/v2/tables/{table_id}/sheets/{sheet_id}/cells/{cell_id}:patch:requestBody:content:application/json:schema:properties:value","oasType":"schema","type":"unknown","description":"Structured value to store."}

Response

Cell updated

successboolean
versioninteger

Current sheet version_count for this response. It matches the sheet's version_count after any committed changes.

stale_countinteger

Number of downstream cells marked stale due to this edit.