curl --request PUT \
--url https://demo.komga.org/api/v1/readlists/{id}/read-progress/tachiyomi \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"lastBookRead": 123
}
'{
"violations": [
{
"fieldName": "<string>",
"message": "<string>"
}
]
}Mihon specific, due to how read progress is handled in Mihon.
curl --request PUT \
--url https://demo.komga.org/api/v1/readlists/{id}/read-progress/tachiyomi \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"lastBookRead": 123
}
'{
"violations": [
{
"fieldName": "<string>",
"message": "<string>"
}
]
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
No Content