Update OpenAPI documentation
This commit is contained in:
parent
ccb682ccc7
commit
6b7462a790
1 changed files with 41 additions and 2 deletions
43
openapi.json
43
openapi.json
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"openapi": "3.0.4",
|
"openapi": "3.0.4",
|
||||||
"info": {
|
"info": {
|
||||||
"title": "Kavita (v0.8.5.23)",
|
"title": "Kavita (v0.8.5.24)",
|
||||||
"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.23",
|
"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.24",
|
||||||
"license": {
|
"license": {
|
||||||
"name": "GPL-3.0",
|
"name": "GPL-3.0",
|
||||||
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
||||||
|
|
@ -9347,6 +9347,36 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"/api/Scrobbling/has-ran-scrobble-gen": {
|
||||||
|
"get": {
|
||||||
|
"tags": [
|
||||||
|
"Scrobbling"
|
||||||
|
],
|
||||||
|
"summary": "Has the logged in user ran scrobble generation",
|
||||||
|
"responses": {
|
||||||
|
"200": {
|
||||||
|
"description": "OK",
|
||||||
|
"content": {
|
||||||
|
"text/plain": {
|
||||||
|
"schema": {
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"application/json": {
|
||||||
|
"schema": {
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"text/json": {
|
||||||
|
"schema": {
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"/api/Search/series-for-mangafile": {
|
"/api/Search/series-for-mangafile": {
|
||||||
"get": {
|
"get": {
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
@ -15115,6 +15145,15 @@
|
||||||
"description": "The Client ID for the user's MAL account. User should create a client on MAL for this.",
|
"description": "The Client ID for the user's MAL account. User should create a client on MAL for this.",
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
|
"hasRunScrobbleEventGeneration": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Has the user ran Scrobble Event Generation"
|
||||||
|
},
|
||||||
|
"scrobbleEventGenerationRan": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The timestamp of when Scrobble Event Generation ran (Utc)",
|
||||||
|
"format": "date-time"
|
||||||
|
},
|
||||||
"scrobbleHolds": {
|
"scrobbleHolds": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue