Set a table cell value
Edit one manual cell (read-your-writes: the response carries the post-write row state and version). When the edit marks formula dependents stale, a small scope is recomputed INLINE inside this request — those columns are listed in recomputed_column_ids and their final values are already in cells, with no run requested. A larger scope instead requests a cell-edited recompute run that appears on the next active-runs poll; the response never carries a run ID. A same-value edit writes nothing, recomputes nothing, and requests no run.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Response
Successful Response
Read-your-writes result of a cell mutation — never carries a run ID.
When recomputed_column_ids is non-empty the downstream formula values
are already final in cells; otherwise the recompute run appears on the
next active-runs poll. stale_column_ids is empty on a same-value edit,
which writes nothing. Each returned cell carries its own version, which is
what the client gates its cache on.
Transitive formula dependents now marked stale; empty on a same-value edit.
Formula columns recomputed INLINE within this request — their values in cells are final and no background run was requested. Empty when a run was queued instead, in which case those cells arrive later.