fix: generate swagger docs
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-09-26 14:18:44 +02:00
parent ae8db176db
commit 4de8ec56a6
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 8 additions and 0 deletions

View File

@ -9020,6 +9020,9 @@ var doc = `{
"task_attachments_enabled": {
"type": "boolean"
},
"task_comments_enabled": {
"type": "boolean"
},
"totp_enabled": {
"type": "boolean"
},

View File

@ -9003,6 +9003,9 @@
"task_attachments_enabled": {
"type": "boolean"
},
"task_comments_enabled": {
"type": "boolean"
},
"totp_enabled": {
"type": "boolean"
},

View File

@ -1292,6 +1292,8 @@ definitions:
type: boolean
task_attachments_enabled:
type: boolean
task_comments_enabled:
type: boolean
totp_enabled:
type: boolean
user_deletion_enabled: