[skip ci] Updated swagger docs
This commit is contained in:
parent
fb6f16adde
commit
e1c9ab5939
|
|
@ -11192,6 +11192,9 @@ const docTemplate = `{
|
|||
"v1.vikunjaInfos": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"allow_icon_changes": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"auth": {
|
||||
"$ref": "#/definitions/v1.authInfo"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -11184,6 +11184,9 @@
|
|||
"v1.vikunjaInfos": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"allow_icon_changes": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"auth": {
|
||||
"$ref": "#/definitions/v1.authInfo"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1765,6 +1765,8 @@ definitions:
|
|||
type: object
|
||||
v1.vikunjaInfos:
|
||||
properties:
|
||||
allow_icon_changes:
|
||||
type: boolean
|
||||
auth:
|
||||
$ref: '#/definitions/v1.authInfo'
|
||||
available_migrators:
|
||||
|
|
|
|||
Loading…
Reference in New Issue