Skip to content

Update KoReader progress

PUT
/api/koreader/syncs/progress
curl --request PUT \
--url http://127.0.0.1:58259/api/koreader/syncs/progress \
--header 'Content-Type: application/json' \
--data '{ "timestamp": 1, "document": "example", "percentage": 1, "progress": "example", "device": "example", "device_id": "example" }'

Update reading progress for a book.

Media type application/json

KoReader progress object

object
timestamp
integer format: int64
document
string
percentage
number format: float
progress
string
device
string
device_id
string
Example generated
{
"timestamp": 1,
"document": "example",
"percentage": 1,
"progress": "example",
"device": "example",
"device_id": "example"
}

Progress updated successfully

Media type */*
object