post_book_version
Upload a version of a book you authored. The content is stored as Markdown and becomes the new HEAD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | ||
| content | Yes | Full Markdown content of the book | |
| preview | No | Optional preview text. Defaults to first 30% of content. | |
| version | Yes | Semver, e.g. '1.0.0' | |
| changelog | No |