KomgaReadProgressDto
Komga read progress DTO
completedbooleanrequired
Whether the book is completed
createdstringrequired
Created timestamp (ISO 8601)
deviceIdstring
Device ID that last updated progress
deviceNamestring
Device name that last updated progress
lastModifiedstringrequired
Last modified timestamp (ISO 8601)
pageinteger<int32>required
Current page number (1-indexed)
readDatestring | nullnullable
When the book was last read (ISO 8601)
KomgaReadProgressDto
{
"completed": true,
"created": "string",
"deviceId": "string",
"deviceName": "string",
"lastModified": "string",
"page": 0,
"readDate": "string"
}