Skip to content

Clear the manual reading status override

DELETE
/api/library/{id}/reading-status

Remove any manual override and revert to the computed reading status from KoReader sync data.

Parameters

Path Parameters

id*

Book UUID

Type
string
Required
Format
"uuid"

Responses

Override cleared; returns the updated effective progress aggregate

application/json
JSON
{
  
"percentage": 0,
  
"status": "string",
  
"lastDevice": "string",
  
"lastTimestamp": 0,
  
"startedAt": "string",
  
"finishedAt": "string",
  
"pausedAt": "string",
  
"manuallySet": true,
  
"externallySet": true
}

Samples