Update OpenAPI documentation

This commit is contained in:
GitHub Action 2025-06-23 23:58:56 +00:00
parent d536cc7f6a
commit 62231d3c4e

View File

@ -2,12 +2,12 @@
"openapi": "3.0.4", "openapi": "3.0.4",
"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.6.16", "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.6.17",
"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"
}, },
"version": "0.8.6.16" "version": "0.8.6.17"
}, },
"servers": [ "servers": [
{ {
@ -21341,6 +21341,10 @@
"type": "boolean", "type": "boolean",
"description": "Allow any series within this Library to download metadata." "description": "Allow any series within this Library to download metadata."
}, },
"enableMetadata": {
"type": "boolean",
"description": "Should Kavita read metadata files from the library"
},
"created": { "created": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"
@ -21499,6 +21503,10 @@
"allowMetadataMatching": { "allowMetadataMatching": {
"type": "boolean", "type": "boolean",
"description": "Allow any series within this Library to download metadata." "description": "Allow any series within this Library to download metadata."
},
"enableMetadata": {
"type": "boolean",
"description": "Allow Kavita to read metadata (ComicInfo.xml, Epub, PDF)"
} }
}, },
"additionalProperties": false "additionalProperties": false
@ -26367,6 +26375,7 @@
"required": [ "required": [
"allowMetadataMatching", "allowMetadataMatching",
"allowScrobbling", "allowScrobbling",
"enableMetadata",
"excludePatterns", "excludePatterns",
"fileGroupTypes", "fileGroupTypes",
"folders", "folders",
@ -26428,6 +26437,9 @@
"allowMetadataMatching": { "allowMetadataMatching": {
"type": "boolean" "type": "boolean"
}, },
"enableMetadata": {
"type": "boolean"
},
"fileGroupTypes": { "fileGroupTypes": {
"type": "array", "type": "array",
"items": { "items": {