Skip to content

Commit 159df97

Browse files
committed
docs: bump to e2fe00af92bebb51c6dccb5537901c989d278787
1 parent afc3889 commit 159df97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/reference/api.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8611,7 +8611,7 @@
86118611
"$ref": "#/components/schemas/uiNodeAttributes"
86128612
},
86138613
"group": {
8614-
"description": "Group specifies which group (e.g. password authenticator) this node belongs to.\ndefault DefaultGroup\npassword PasswordGroup\noidc OpenIDConnectGroup\nprofile ProfileGroup\nlink LinkGroup\ncode CodeGroup\ntotp TOTPGroup\nlookup_secret LookupGroup\nwebauthn WebAuthnGroup\npasskey PasskeyGroup\nidentifier_first IdentifierFirstGroup",
8614+
"description": "Group specifies which group (e.g. password authenticator) this node belongs to.\ndefault DefaultGroup\npassword PasswordGroup\noidc OpenIDConnectGroup\nprofile ProfileGroup\nlink LinkGroup\ncode CodeGroup\ntotp TOTPGroup\nlookup_secret LookupGroup\nwebauthn WebAuthnGroup\npasskey PasskeyGroup\nidentifier_first IdentifierFirstGroup\ncaptcha CaptchaGroup",
86158615
"enum": [
86168616
"default",
86178617
"password",
@@ -8623,10 +8623,11 @@
86238623
"lookup_secret",
86248624
"webauthn",
86258625
"passkey",
8626-
"identifier_first"
8626+
"identifier_first",
8627+
"captcha"
86278628
],
86288629
"type": "string",
8629-
"x-go-enum-desc": "default DefaultGroup\npassword PasswordGroup\noidc OpenIDConnectGroup\nprofile ProfileGroup\nlink LinkGroup\ncode CodeGroup\ntotp TOTPGroup\nlookup_secret LookupGroup\nwebauthn WebAuthnGroup\npasskey PasskeyGroup\nidentifier_first IdentifierFirstGroup"
8630+
"x-go-enum-desc": "default DefaultGroup\npassword PasswordGroup\noidc OpenIDConnectGroup\nprofile ProfileGroup\nlink LinkGroup\ncode CodeGroup\ntotp TOTPGroup\nlookup_secret LookupGroup\nwebauthn WebAuthnGroup\npasskey PasskeyGroup\nidentifier_first IdentifierFirstGroup\ncaptcha CaptchaGroup"
86308631
},
86318632
"messages": {
86328633
"$ref": "#/components/schemas/uiTexts"

0 commit comments

Comments
 (0)