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