fix: update swagger docs
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Daniel Herrmann 2024-03-03 00:34:11 +01:00
parent b9efd84d14
commit 00aa05206d
3 changed files with 8 additions and 0 deletions

View File

@ -8917,6 +8917,9 @@ const docTemplate = `{
"caldav_enabled": {
"type": "boolean"
},
"default_project_view": {
"type": "string"
},
"demo_mode_enabled": {
"type": "boolean"
},

View File

@ -8909,6 +8909,9 @@
"caldav_enabled": {
"type": "boolean"
},
"default_project_view": {
"type": "string"
},
"demo_mode_enabled": {
"type": "boolean"
},

View File

@ -1368,6 +1368,8 @@ definitions:
type: array
caldav_enabled:
type: boolean
default_project_view:
type: string
demo_mode_enabled:
type: boolean
email_reminders_enabled: