Client settings
Store and retrieve global and per-user settings. Those settings are not used by Komga itself, but can be stored for convenience by client applications.
📄️ Delete global settings
Setting key should be a valid lowercase namespace string like 'application.domain.key'
📄️ Save global settings
Setting key should be a valid lowercase namespace string like 'application.domain.key'
📄️ Retrieve global client settings
For unauthenticated users, only settings with 'allowUnauthorized=true' will be returned.
📄️ Delete user settings
Setting key should be a valid lowercase namespace string like 'application.domain.key'
📄️ Save user settings
Setting key should be a valid lowercase namespace string like 'application.domain.key'
📄️ Retrieve user client settings
Retrieve user client settings