Update Wiki Grid
grid_updateUpdate Yandex Wiki dynamic tables by fetching the grid first and passing its revision to apply changes to structured data.
Instructions
Update a Yandex Wiki dynamic table. Fetch the grid first and pass the latest revision. This changes structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New grid title. | |
| grid_id | Yes | Wiki dynamic table ID. | |
| revision | Yes | Current grid revision for optimistic locking. Fetch the grid first and pass its latest revision. | |
| default_sort | No | Optional default sort order, for example [{'column': 'status', 'direction': 'asc'}]. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| page | No | ||
| rows | No | ||
| title | No | ||
| revision | No | ||
| structure | No | ||
| attributes | No | ||
| created_at | No | ||
| template_id | No | ||
| rich_text_format | No | ||
| user_permissions | No |