diff --git a/openapi.json b/openapi.json index af65bbc4d..421673845 100644 --- a/openapi.json +++ b/openapi.json @@ -1,8 +1,8 @@ { "openapi": "3.0.4", "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.5.17", + "title": "Kavita (v0.8.5.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.18", "license": { "name": "GPL-3.0", "url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE" @@ -3379,59 +3379,6 @@ } } }, - "/api/Library/analyze": { - "post": { - "tags": [ - "Library" - ], - "parameters": [ - { - "name": "libraryId", - "in": "query", - "schema": { - "type": "integer", - "format": "int32" - } - } - ], - "responses": { - "200": { - "description": "OK" - } - } - } - }, - "/api/Library/analyze-multiple": { - "post": { - "tags": [ - "Library" - ], - "requestBody": { - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/BulkActionDto" - } - }, - "text/json": { - "schema": { - "$ref": "#/components/schemas/BulkActionDto" - } - }, - "application/*+json": { - "schema": { - "$ref": "#/components/schemas/BulkActionDto" - } - } - } - }, - "responses": { - "200": { - "description": "OK" - } - } - } - }, "/api/Library/copy-settings-from": { "post": { "tags": [ @@ -8767,6 +8714,7 @@ "tags": [ "Scrobbling" ], + "summary": "Get the current user's MAL token and username", "responses": { "200": { "description": "OK",