Skip to content
Libris
Search
K
Main Navigation
Guide
Architecture
API
Deployment
Appearance
Menu
Return to top
Update settings
PATCH
/api/settings
Request Body
application/json
Schema
JSON
JSON
{
"libraryPath"
:
"string"
,
"inboxPath"
:
"string"
}
Responses
200
400
Settings updated
Content-Type
application/json
Schema
JSON
JSON
{
"updated"
:
[
"string"
]
,
"persistent"
:
true
,
"settings"
:
{
"libraryPath"
:
"string"
,
"inboxPath"
:
"string"
}
}
PATCH
/api/settings
Samples