update_row
Update specific cells in a row with optimistic concurrency. A version check prevents silent overwrites; conflicts return version_conflict.
Instructions
Update one row's cells. cells carries ONLY the changed cells.
version is the row's current version and is checked before the write
(optimistic concurrency). If the row changed since you read it you get
version_conflict rather than a silent overwrite — read the row again and
decide whether your change still applies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cells | Yes | ||
| row_id | Yes | ||
| version | Yes | ||
| sheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||