update_book
Update a book's name, description, tags, cover image, or default template. Identify the book by its ID or current name.
Instructions
Update an existing book in BookStack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | No | ID of the book to update. Required if name is not provided. | |
| name | No | New name for the book. Required if book_id is not provided. | |
| description | No | New description of the book. | |
| description_html | No | New HTML description of the book. | |
| tags | No | New tags for the book. | |
| image | No | Base64 encoded image content for the new book cover. Set to null to remove. | |
| default_template_id | No | New ID of the default page template for this book. Set to null to remove. |