Add Wiki Grid Rows
grid_add_rowsAdd rows to a Yandex Wiki dynamic table. Fetch the grid first to get the latest revision, then pass it with the new rows to update structured data.
Instructions
Add rows to a Yandex Wiki dynamic table. Fetch the grid first and pass the latest revision. This changes structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Rows to add. Each row is a mapping of column slug or column ID to a typed cell value. | |
| grid_id | Yes | Wiki dynamic table ID. | |
| position | No | Optional zero-based insertion position. Mutually exclusive with after_row_id. | |
| revision | Yes | Current grid revision for optimistic locking. Fetch the grid first and pass its latest revision. | |
| after_row_id | No | Optional row ID after which to insert new rows. Mutually exclusive with position. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | ||
| revision | No |