curl --request GET \
--url https://demo.komga.org/api/v1/settings \
--header 'Authorization: Basic <encoded-value>'{
"deleteEmptyCollections": true,
"deleteEmptyReadLists": true,
"kepubifyPath": {
"configurationSource": "<string>",
"databaseSource": "<string>",
"effectiveValue": "<string>"
},
"koboProxy": true,
"rememberMeDurationDays": 123,
"serverContextPath": {
"configurationSource": "<string>",
"databaseSource": "<string>",
"effectiveValue": "<string>"
},
"serverPort": {
"configurationSource": 123,
"databaseSource": 123,
"effectiveValue": 123
},
"taskPoolSize": 123,
"thumbnailSize": "DEFAULT",
"koboPort": 123
}Required role: ADMIN
curl --request GET \
--url https://demo.komga.org/api/v1/settings \
--header 'Authorization: Basic <encoded-value>'{
"deleteEmptyCollections": true,
"deleteEmptyReadLists": true,
"kepubifyPath": {
"configurationSource": "<string>",
"databaseSource": "<string>",
"effectiveValue": "<string>"
},
"koboProxy": true,
"rememberMeDurationDays": 123,
"serverContextPath": {
"configurationSource": "<string>",
"databaseSource": "<string>",
"effectiveValue": "<string>"
},
"serverPort": {
"configurationSource": 123,
"databaseSource": 123,
"effectiveValue": 123
},
"taskPoolSize": 123,
"thumbnailSize": "DEFAULT",
"koboPort": 123
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
OK
Show child attributes
Show child attributes
Show child attributes
DEFAULT, MEDIUM, LARGE, XLARGE