Skip to main content
PUT
/
api
/
v2
/
series
/
{seriesId}
/
read-progress
/
tachiyomi
Update series read progress (Mihon)
curl --request PUT \
  --url https://demo.komga.org/api/v2/series/{seriesId}/read-progress/tachiyomi \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "lastBookNumberSortRead": 123
}
'
{
  "violations": [
    {
      "fieldName": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

seriesId
string
required

Body

application/json
lastBookNumberSortRead
number<float>
required

Response

No Content