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", "type": "boolean",
"description": "Should Kavita read metadata files from the library" "description": "Should Kavita read metadata files from the library"
}, },
"removePrefixForSortName": {
"type": "boolean",
"description": "Should Kavita remove sort articles \"The\" for the sort name"
},
"created": { "created": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"
@ -21533,6 +21537,10 @@
"enableMetadata": { "enableMetadata": {
"type": "boolean", "type": "boolean",
"description": "Allow Kavita to read metadata (ComicInfo.xml, Epub, PDF)" "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 "additionalProperties": false
@ -26438,6 +26446,7 @@
"manageCollections", "manageCollections",
"manageReadingLists", "manageReadingLists",
"name", "name",
"removePrefixForSortName",
"type" "type"
], ],
"type": "object", "type": "object",
@ -26492,6 +26501,9 @@
"enableMetadata": { "enableMetadata": {
"type": "boolean" "type": "boolean"
}, },
"removePrefixForSortName": {
"type": "boolean"
},
"fileGroupTypes": { "fileGroupTypes": {
"type": "array", "type": "array",
"items": { "items": {