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.5titlestring | nullnullable
Book title (display name)
Example:
Chapter 1: The BeginningPatchBookRequest
{
"number": 1.5,
"title": "Chapter 1: The Beginning"
}