More Polish (#2686)
This commit is contained in:
parent
2ef266c676
commit
0b0e858f24
7 changed files with 35 additions and 8 deletions
21
openapi.json
21
openapi.json
|
|
@ -7,7 +7,7 @@
|
|||
"name": "GPL-3.0",
|
||||
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
|
||||
},
|
||||
"version": "0.7.13.17"
|
||||
"version": "0.7.13.18"
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
|
|
@ -7238,7 +7238,24 @@
|
|||
"summary": "Get the current user's AniList token",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Success"
|
||||
"description": "Success",
|
||||
"content": {
|
||||
"text/plain": {
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"text/json": {
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue