Skip to main content

UpdateProgressRequest

Request to update reading progress for a book

completedboolean

Whether the book is marked as completed

Example: false
current_pageinteger<int32>required

Current page number (1-indexed)

Example: 42
progress_percentagenumber,null<double>nullable

Progress as a percentage (0.0-1.0), used for EPUB books with reflowable content

Example: 0.45
UpdateProgressRequest
{
"completed": false,
"current_page": 42,
"progress_percentage": 0.45
}