Skip to content

Commit 430d176

Browse files
authored
Merge pull request #56 from supertokens/fix/add-missing-field-for-credential-register
feat: add recipeUserId field to register credential schema
2 parents 7872555 + 9f6ace1 commit 430d176

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api_spec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2921,10 +2921,14 @@ paths:
29212921
required:
29222922
- webauthnGeneratedOptionsId
29232923
- credential
2924+
- recipeUserId
29242925
properties:
29252926
webauthnGeneratedOptionsId:
29262927
type: string
29272928
example: "opt_123..."
2929+
recipeUserId:
2930+
type: string
2931+
example: "user_123..."
29282932
credential:
29292933
$ref: '#/components/schemas/registrationPayload'
29302934
responses:

0 commit comments

Comments
 (0)