Skip to content

Update settings

PATCH
/api/settings

Request Body

application/json
JSON
{
  
"libraryPath": "string",
  
"inboxPath": "string"
}

Responses

Settings updated

application/json
JSON
{
  
"updated": [
  
  
"string"
  
],
  
"persistent": true,
  
"settings": {
  
  
"libraryPath": "string",
  
  
"inboxPath": "string"
  
}
}

Samples