Update OpenAPI documentation

This commit is contained in:
GitHub Action 2025-03-23 22:08:09 +00:00
parent 9c12de42d5
commit 535165c445

View File

@ -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",