mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-08-05 08:39:59 -04:00
Update OpenAPI documentation
This commit is contained in:
parent
9c12de42d5
commit
535165c445
58
openapi.json
58
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user