UpdateProgressRequest
Request to update reading progress for a book
completedboolean
Whether the book is marked as completed
Example:
falsecurrent_pageinteger<int32>required
Current page number (1-indexed)
Example:
42progress_percentagenumber,null<double>nullable
Progress as a percentage (0.0-1.0), used for EPUB books with reflowable content
Example:
0.45UpdateProgressRequest
{
"completed": false,
"current_page": 42,
"progress_percentage": 0.45
}