[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot] 2026-06-01 10:05:28 +00:00
parent fb6f16adde
commit e1c9ab5939
3 changed files with 8 additions and 0 deletions

View File

@ -11192,6 +11192,9 @@ const docTemplate = `{
"v1.vikunjaInfos": {
"type": "object",
"properties": {
"allow_icon_changes": {
"type": "boolean"
},
"auth": {
"$ref": "#/definitions/v1.authInfo"
},

View File

@ -11184,6 +11184,9 @@
"v1.vikunjaInfos": {
"type": "object",
"properties": {
"allow_icon_changes": {
"type": "boolean"
},
"auth": {
"$ref": "#/definitions/v1.authInfo"
},

View File

@ -1765,6 +1765,8 @@ definitions:
type: object
v1.vikunjaInfos:
properties:
allow_icon_changes:
type: boolean
auth:
$ref: '#/definitions/v1.authInfo'
available_migrators: