Skip to main content

PatchBookRequest

PATCH request for updating book core fields (title, number)

Only provided fields will be updated. Absent fields are unchanged. Explicitly null fields will be cleared.

numbernumber,null<double>nullable

Book number (for sorting within series). Supports decimals like 1.5 for special chapters.

Example: 1.5
titlestring | nullnullable

Book title (display name)

Example: Chapter 1: The Beginning
PatchBookRequest
{
"number": 1.5,
"title": "Chapter 1: The Beginning"
}