Update Wiki Grid
grid_updateUpdate a Yandex Wiki dynamic table. Fetch the grid first to get the latest revision, then pass it with the grid ID to apply changes such as title or default sort.
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 |