[skip ci] Updated swagger docs
This commit is contained in:
parent
00c4148f05
commit
1648b71634
|
|
@ -9331,6 +9331,9 @@ const docTemplate = `{
|
|||
"email_fallback": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"force_user_info": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -9323,6 +9323,9 @@
|
|||
"email_fallback": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"force_user_info": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1262,6 +1262,8 @@ definitions:
|
|||
type: string
|
||||
email_fallback:
|
||||
type: boolean
|
||||
force_user_info:
|
||||
type: boolean
|
||||
key:
|
||||
type: string
|
||||
logout_url:
|
||||
|
|
|
|||
Loading…
Reference in New Issue