Move Wiki Grid Column
grid_move_columnMove a column within a Yandex Wiki dynamic table to a new position. Requires grid ID, column slug, zero-based position, and latest revision to prevent conflicts.
Instructions
Move a column inside a Yandex Wiki dynamic table. Fetch the grid first and pass the latest revision. This changes structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grid_id | Yes | Wiki dynamic table ID. | |
| position | Yes | Zero-based target position for the column. | |
| revision | Yes | Current grid revision for optimistic locking. Fetch the grid first and pass its latest revision. | |
| column_slug | Yes | Column slug to move. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | ||
| revision | No |