Add Wiki Grid Columns
grid_add_columnsAdd new columns to a Yandex Wiki dynamic table. Fetch the grid first and pass its latest revision to update the table structure.
Instructions
Add columns 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 |
|---|---|---|---|
| columns | Yes | Columns to add. Each object must include title, slug, type, and required. | |
| grid_id | Yes | Wiki dynamic table ID. | |
| position | No | Optional zero-based insertion position for new columns. | |
| revision | Yes | Current grid revision for optimistic locking. Fetch the grid first and pass its latest revision. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | ||
| revision | No |