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