Skip to content

Update settings

PATCH
/api/settings

Update persistent application settings (Hardcover integration toggles). Library and inbox paths are configured via the LIBRIS_LIBRARY_PATH and LIBRIS_INBOX_PATH environment variables and cannot be changed at runtime.

Request Body

application/json
JSON
{
  
"hardcoverMetadataEnabled": true,
  
"hardcoverSyncEnabled": true
}

Responses

Settings updated

application/json
JSON
{
  
"updated": [
  
  
"string"
  
]
}

Samples