bookstack_books_update
Modify book details in BookStack, including name, description, tags, and template settings, to keep content current and organized.
Instructions
Update a book's details including name, description, tags, and template settings
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Book ID to update | |
| name | No | New book name | |
| description | No | New book description in plain text | |
| description_html | No | New book description in HTML format | |
| tags | No | New tags to assign to the book (replaces existing tags) | |
| default_template_id | No | New default page template ID |