root: fix API schema for kotlin (#7601)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-11-17 00:07:21 +01:00
committed by GitHub
parent 60af4a2e37
commit b5e059dfd9
16 changed files with 60 additions and 39 deletions

View File

@ -6241,10 +6241,10 @@
"title": "Friendly name"
},
"digits": {
"type": "integer",
"type": "string",
"enum": [
6,
8
"6",
"8"
],
"title": "Digits"
}