root: fix API schema for kotlin (#7601)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -6241,10 +6241,10 @@
|
||||
"title": "Friendly name"
|
||||
},
|
||||
"digits": {
|
||||
"type": "integer",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
6,
|
||||
8
|
||||
"6",
|
||||
"8"
|
||||
],
|
||||
"title": "Digits"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user