update_chapter
Modify an existing chapter's details, including name, description, tags, or priority, and optionally move it to another book.
Instructions
Update an existing chapter in BookStack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapter_id | No | ID of the chapter to update. Required if name is not provided. | |
| name | No | New name for the chapter. Required if chapter_id is not provided. | |
| book_id_context | No | ID of the book containing the chapter. Required if chapter_name is used. | |
| book_name_context | No | Name of the book containing the chapter. Required if chapter_name is used. | |
| book_id | No | New book ID to move the chapter to. | |
| description | No | New description of the chapter. | |
| description_html | No | New HTML description of the chapter. | |
| tags | No | New tags for the chapter. | |
| priority | No | New priority for the chapter. | |
| default_template_id | No | New ID of the default page template for this chapter. |