From b644022f30ec9ce8fda186e91200f944f5ec963e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 13 Mar 2025 15:23:55 +0000 Subject: [PATCH] Update OpenAPI documentation --- openapi.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/openapi.json b/openapi.json index e25afbd39..55ce70080 100644 --- a/openapi.json +++ b/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "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": { "name": "GPL-3.0", "url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE" @@ -15176,7 +15176,7 @@ }, "missingSeriesFromSource": { "type": "string", - "description": "A \r\n separated string of all missing series", + "description": "A \n separated string of all missing series", "nullable": true }, "appUser": { @@ -15284,7 +15284,7 @@ }, "missingSeriesFromSource": { "type": "string", - "description": "A \r\n separated string of all missing series", + "description": "A \n separated string of all missing series", "nullable": true } }, @@ -24288,6 +24288,13 @@ }, "nullable": true }, + "knownIssues": { + "type": "array", + "items": { + "type": "string" + }, + "nullable": true + }, "blogPart": { "type": "string", "description": "The part above the changelog part",