update_page
Update an existing page's name, content, location, tags, or priority in BookStack.
Instructions
Update an existing page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | No | ID of the page to update. Used if page_name is not provided. | |
| page_name | No | Name of the page to update. If used, book_name or book_id (for context) must also be provided. | |
| book_id_context | No | ID of the book containing the page to update. Used with page_name for context. | |
| book_name_context | No | Name of the book containing the page to update. Used with page_name for context. | |
| name | No | New name for the page. | |
| html | No | New HTML content for the page. | |
| markdown | No | New Markdown content for the page. | |
| book_id | No | New book ID to move the page to (distinct from book_id_context). | |
| chapter_id | No | New chapter ID to move the page to. | |
| tags | No | New tags for the page. | |
| priority | No | New priority for the page. |