We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7872555 + 9f6ace1 commit 430d176Copy full SHA for 430d176
api_spec.yaml
@@ -2921,10 +2921,14 @@ paths:
2921
required:
2922
- webauthnGeneratedOptionsId
2923
- credential
2924
+ - recipeUserId
2925
properties:
2926
webauthnGeneratedOptionsId:
2927
type: string
2928
example: "opt_123..."
2929
+ recipeUserId:
2930
+ type: string
2931
+ example: "user_123..."
2932
credential:
2933
$ref: '#/components/schemas/registrationPayload'
2934
responses:
0 commit comments