fix(swagger): UserSettings should not be a list
This commit is contained in:
parent
9830fb4578
commit
37a84e9f7a
2 changed files with 3 additions and 6 deletions
|
|
@ -23164,10 +23164,7 @@
|
|||
"UserSettings": {
|
||||
"description": "UserSettings",
|
||||
"schema": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/UserSettings"
|
||||
}
|
||||
"$ref": "#/definitions/UserSettings"
|
||||
}
|
||||
},
|
||||
"WatchInfo": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue