Skip to content

Upsert current KoReader user

PUT
/api/v1/koreader-users/me
curl --request PUT \
--url http://127.0.0.1:58259/api/v1/koreader-users/me \
--header 'Content-Type: application/json' \
--data '{ "additionalProperty": "example" }'

Create or update the current KoReader user profile.

Media type application/json

User data map

object
key
additional properties
string
Example generated
{
"additionalProperty": "example"
}

User profile upserted successfully

Media type */*
object
id
integer format: int64
username
string
password
string
passwordMD5
string
syncEnabled
boolean
syncWithWebReader
boolean