Update swagger docs

This commit is contained in:
kolaente 2021-08-11 19:06:39 +02:00
parent c2cb80b596
commit 26496c371e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 8 additions and 0 deletions

View File

@ -8849,6 +8849,9 @@ var doc = `{
"totp_enabled": {
"type": "boolean"
},
"user_deletion_enabled": {
"type": "boolean"
},
"version": {
"type": "string"
}

View File

@ -8832,6 +8832,9 @@
"totp_enabled": {
"type": "boolean"
},
"user_deletion_enabled": {
"type": "boolean"
},
"version": {
"type": "string"
}

View File

@ -1294,6 +1294,8 @@ definitions:
type: boolean
totp_enabled:
type: boolean
user_deletion_enabled:
type: boolean
version:
type: string
type: object