Skip to content
Libris
Search
K
Main Navigation
Guide
Architecture
API
Deployment
Appearance
Menu
Return to top
Get settings
GET
/api/settings
Return current library and inbox path settings
Responses
200
Current settings
Content-Type
application/json
Schema
JSON
JSON
{
"libraryPath"
:
"string"
,
"inboxPath"
:
"string"
,
"kosyncConfigured"
:
true
}
GET
/api/settings
Samples