bookstack_chapters_update
Modify chapter details like name, description, tags, and priority in BookStack knowledge bases to maintain accurate and organized documentation.
Instructions
Update a chapter's details including name, description, tags, and priority
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Chapter ID to update | |
| book_id | No | Move chapter to different book | |
| name | No | New chapter name | |
| description | No | New chapter description in plain text | |
| description_html | No | New chapter description in HTML format | |
| tags | No | New tags to assign to the chapter (replaces existing tags) | |
| priority | No | New chapter priority for ordering |