bookstack_pages_update
Update page details, content, and organization in BookStack knowledge bases by modifying text, HTML, tags, priority, or moving pages between books and chapters.
Instructions
Update a page's details and content, including moving between books/chapters
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Page ID to update | |
| book_id | No | Move page to different book | |
| chapter_id | No | Move page to different chapter (null to move to book root) | |
| name | No | New page name | |
| html | No | New page content as HTML | |
| markdown | No | New page content as Markdown | |
| tags | No | New tags to assign to the page (replaces existing tags) | |
| priority | No | New page priority for ordering |