v0.7.10.2 - Hotfix 2 (#2382)
This commit is contained in:
parent
cf1dc7d42c
commit
b6d4938e22
5 changed files with 17 additions and 12 deletions
11
openapi.json
11
openapi.json
|
@ -7,7 +7,7 @@
|
|||
"name": "GPL-3.0",
|
||||
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
||||
},
|
||||
"version": "0.7.10.0"
|
||||
"version": "0.7.10.1"
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
|
@ -4251,20 +4251,17 @@
|
|||
"content": {
|
||||
"text/plain": {
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"$ref": "#/components/schemas/ProgressDto"
|
||||
}
|
||||
},
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"$ref": "#/components/schemas/ProgressDto"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
"$ref": "#/components/schemas/ProgressDto"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue