mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Update OpenAPI documentation
This commit is contained in:
parent
76fd7ab4ce
commit
ef2640b5fc
12
openapi.json
12
openapi.json
@ -21371,6 +21371,10 @@
|
||||
"type": "boolean",
|
||||
"description": "Should Kavita read metadata files from the library"
|
||||
},
|
||||
"removePrefixForSortName": {
|
||||
"type": "boolean",
|
||||
"description": "Should Kavita remove sort articles \"The\" for the sort name"
|
||||
},
|
||||
"created": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
@ -21533,6 +21537,10 @@
|
||||
"enableMetadata": {
|
||||
"type": "boolean",
|
||||
"description": "Allow Kavita to read metadata (ComicInfo.xml, Epub, PDF)"
|
||||
},
|
||||
"removePrefixForSortName": {
|
||||
"type": "boolean",
|
||||
"description": "Should Kavita remove sort articles \"The\" for the sort name"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
@ -26438,6 +26446,7 @@
|
||||
"manageCollections",
|
||||
"manageReadingLists",
|
||||
"name",
|
||||
"removePrefixForSortName",
|
||||
"type"
|
||||
],
|
||||
"type": "object",
|
||||
@ -26492,6 +26501,9 @@
|
||||
"enableMetadata": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"removePrefixForSortName": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"fileGroupTypes": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user