Update OpenAPI documentation
This commit is contained in:
parent
8f454a0282
commit
b644022f30
1 changed files with 10 additions and 3 deletions
13
openapi.json
13
openapi.json
|
|
@ -2,7 +2,7 @@
|
|||
"openapi": "3.0.1",
|
||||
"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.4.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.6",
|
||||
"license": {
|
||||
"name": "GPL-3.0",
|
||||
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
||||
|
|
@ -15176,7 +15176,7 @@
|
|||
},
|
||||
"missingSeriesFromSource": {
|
||||
"type": "string",
|
||||
"description": "A \r\n separated string of all missing series",
|
||||
"description": "A \n separated string of all missing series",
|
||||
"nullable": true
|
||||
},
|
||||
"appUser": {
|
||||
|
|
@ -15284,7 +15284,7 @@
|
|||
},
|
||||
"missingSeriesFromSource": {
|
||||
"type": "string",
|
||||
"description": "A \r\n separated string of all missing series",
|
||||
"description": "A \n separated string of all missing series",
|
||||
"nullable": true
|
||||
}
|
||||
},
|
||||
|
|
@ -24288,6 +24288,13 @@
|
|||
},
|
||||
"nullable": true
|
||||
},
|
||||
"knownIssues": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"blogPart": {
|
||||
"type": "string",
|
||||
"description": "The part above the changelog part",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue