Move Wiki Grid Row
grid_move_rowMove a row within a Yandex Wiki dynamic table. Fetch the grid first to get the latest revision, then reposition the row by ID.
Instructions
Move a row 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 |
|---|---|---|---|
| row_id | Yes | Row ID to move. | |
| grid_id | Yes | Wiki dynamic table ID. | |
| position | No | Optional zero-based target 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 the row should be placed. Mutually exclusive with position. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | ||
| revision | No |