Update OpenAPI documentation

This commit is contained in:
GitHub Action 2025-07-05 22:20:01 +00:00
parent 76fd7ab4ce
commit ef2640b5fc

View File

@ -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": {