Update Wiki Grid Cells
grid_update_cellsUpdate specific cells in a Yandex Wiki dynamic table by providing row, column, and new value. Modify structured data directly, clearing a cell with null when needed.
Instructions
Update cells in a Yandex Wiki dynamic table. This changes structured data. Each cell patch must include row_id, value, and exactly one of column_id or column_slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cells | Yes | Cell patches. Each object must include row_id, value, and exactly one of column_id or column_slug. | |
| grid_id | Yes | Wiki dynamic table ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cells | No | ||
| revision | No |