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",
|
"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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user