From a2f5a844873e6c74bcf7e2a6d07d335f6b729ea2 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 27 Apr 2021 21:19:05 +0800 Subject: [PATCH] refactor: openapi spec is generated automatically by CI --- komga/docs/openapi.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/komga/docs/openapi.json b/komga/docs/openapi.json index 529c554f9..ada7f3db0 100644 --- a/komga/docs/openapi.json +++ b/komga/docs/openapi.json @@ -5972,14 +5972,6 @@ "in": "query", "name": "size", "description": "The size of the page to be returned" - }, - { - "schema": { - "type": "string" - }, - "in": "query", - "name": "library_id", - "required": false } ], "tags": [ @@ -6196,4 +6188,4 @@ "title": "Komga API", "version": "v1.0" } -} +} \ No newline at end of file