Skip to content

Update reading state

PUT
/api/kobo/{token}/v1/library/{bookId}/state

Update the reading state for a book.

bookId
required
string

Book ID

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
Allowed values: ReadyToRead Finished Reading
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

Reading state updated successfully

Media type */*
object