Update OpenAPI documentation

This commit is contained in:
GitHub Action 2025-06-28 16:46:53 +00:00
parent 3ac816eaf7
commit 6d4e207b65

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.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.6.19",
"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.18" "version": "0.8.6.19"
}, },
"servers": [ "servers": [
{ {
@ -18338,6 +18338,32 @@
"type": "string", "type": "string",
"nullable": true "nullable": true
}, },
"kPlusOverrides": {
"type": "array",
"items": {
"enum": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
],
"type": "integer",
"description": "Represents which field that can be written to as an override when already locked",
"format": "int32"
},
"description": "Tracks which metadata has been set by K+",
"nullable": true
},
"averageExternalRating": { "averageExternalRating": {
"type": "number", "type": "number",
"description": "(Kavita+) Average rating from Kavita+ metadata", "description": "(Kavita+) Average rating from Kavita+ metadata",
@ -24431,6 +24457,32 @@
"description": "A Comma-separated list of strings representing links from the series", "description": "A Comma-separated list of strings representing links from the series",
"nullable": true "nullable": true
}, },
"kPlusOverrides": {
"type": "array",
"items": {
"enum": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14
],
"type": "integer",
"description": "Represents which field that can be written to as an override when already locked",
"format": "int32"
},
"description": "Tracks which metadata has been set by K+",
"nullable": true
},
"languageLocked": { "languageLocked": {
"type": "boolean" "type": "boolean"
}, },