Update OpenAPI documentation

This commit is contained in:
GitHub Action 2025-03-13 15:23:55 +00:00
parent 8f454a0282
commit b644022f30

View File

@ -2,7 +2,7 @@
"openapi": "3.0.1", "openapi": "3.0.1",
"info": { "info": {
"title": "Kavita", "title": "Kavita",
"description": "Kavita provides a set of APIs that are authenticated by JWT. JWT token can be copied from local storage. Assume all fields of a payload are required. Built against v0.8.4.18", "description": "Kavita provides a set of APIs that are authenticated by JWT. JWT token can be copied from local storage. Assume all fields of a payload are required. Built against v0.8.5.6",
"license": { "license": {
"name": "GPL-3.0", "name": "GPL-3.0",
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE" "url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
@ -15176,7 +15176,7 @@
}, },
"missingSeriesFromSource": { "missingSeriesFromSource": {
"type": "string", "type": "string",
"description": "A \r\n separated string of all missing series", "description": "A \n separated string of all missing series",
"nullable": true "nullable": true
}, },
"appUser": { "appUser": {
@ -15284,7 +15284,7 @@
}, },
"missingSeriesFromSource": { "missingSeriesFromSource": {
"type": "string", "type": "string",
"description": "A \r\n separated string of all missing series", "description": "A \n separated string of all missing series",
"nullable": true "nullable": true
} }
}, },
@ -24288,6 +24288,13 @@
}, },
"nullable": true "nullable": true
}, },
"knownIssues": {
"type": "array",
"items": {
"type": "string"
},
"nullable": true
},
"blogPart": { "blogPart": {
"type": "string", "type": "string",
"description": "The part above the changelog part", "description": "The part above the changelog part",