fix: generate swagger docs
This commit is contained in:
parent
ae8db176db
commit
4de8ec56a6
3 changed files with 8 additions and 0 deletions
|
@ -9020,6 +9020,9 @@ var doc = `{
|
|||
"task_attachments_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"task_comments_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"totp_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
|
@ -9003,6 +9003,9 @@
|
|||
"task_attachments_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"task_comments_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"totp_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
|
@ -1292,6 +1292,8 @@ definitions:
|
|||
type: boolean
|
||||
task_attachments_enabled:
|
||||
type: boolean
|
||||
task_comments_enabled:
|
||||
type: boolean
|
||||
totp_enabled:
|
||||
type: boolean
|
||||
user_deletion_enabled:
|
||||
|
|
Loading…
Reference in a new issue