Update reading state
PUT
/api/kobo/{token}/v1/library/{bookId}/state
Update the reading state for a book.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” bookId
required
string
Book ID
Request Body required
Section titled “Request Body required ” Media type application/json
Reading state update body
object
readingStates
Array<object>
object
entitlementId
string
created
string
lastModified
string
statusInfo
object
lastModified
string
status
string
timesStartedReading
integer format: int32
lastTimeStartedReading
string
lastTimeFinished
string
statistics
object
lastModified
string
spentReadingMinutes
integer format: int32
remainingTimeMinutes
integer format: int32
currentBookmark
object
lastModified
string
progressPercent
integer format: int32
contentSourceProgressPercent
integer format: int32
location
object
value
string
type
string
source
string
priorityTimestamp
string
Responses
Section titled “ Responses ”Reading state updated successfully
Media type */*