Appearance
Get settings
GET
/api/settings
Return application settings. The response varies by the caller's role: libraryPath and inboxPath are host filesystem paths and are present only for administrators, absent for everyone else. The remaining fields are returned to every authenticated caller.
Responses
Current settings. Admin callers additionally receive libraryPath and inboxPath.
application/json
JSON "kosyncConfigured": true, "hardcoverMetadataEnabled": true, "hardcoverSyncEnabled": true, "libraryPath": "string", "inboxPath": "string"
{
}
GET
/api/settings