Skip to main content

BookUpdateResponse

Response for book update

idstring<uuid>required

Book ID

Example: 550e8400-e29b-41d4-a716-446655440001
numbernumber,null<double>nullable

Updated number

Example: 1.5
titlestring | nullnullable

Updated title

Example: Chapter 1: The Beginning
updatedAtstring<date-time>required

Last update timestamp

Example: 2024-01-15T10:30:00Z
BookUpdateResponse
{
"id": "550e8400-e29b-41d4-a716-446655440001",
"number": 1.5,
"title": "Chapter 1: The Beginning",
"updatedAt": "2024-01-15T10:30:00Z"
}