Polish Round 2 (#2411)
This commit is contained in:
parent
ba3e760b31
commit
a2fd87c454
35 changed files with 213 additions and 95 deletions
14
openapi.json
14
openapi.json
|
@ -7,7 +7,7 @@
|
|||
"name": "GPL-3.0",
|
||||
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
||||
},
|
||||
"version": "0.7.10.4"
|
||||
"version": "0.7.10.5"
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
|
@ -2904,10 +2904,12 @@
|
|||
"tags": [
|
||||
"Library"
|
||||
],
|
||||
"summary": "Returns the type of the underlying library",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "libraryId",
|
||||
"in": "query",
|
||||
"description": "",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
|
@ -13998,6 +14000,16 @@
|
|||
"description": "Series Title",
|
||||
"nullable": true
|
||||
},
|
||||
"seriesTotalPages": {
|
||||
"type": "integer",
|
||||
"description": "Total pages for the series",
|
||||
"format": "int32"
|
||||
},
|
||||
"seriesTotalPagesRead": {
|
||||
"type": "integer",
|
||||
"description": "Total pages read for the series",
|
||||
"format": "int32"
|
||||
},
|
||||
"pageDimensions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue