feat: add ui for phone authentication

This commit is contained in:
Torsten Dittmann
2022-06-14 17:41:58 +02:00
parent a5e76d5c55
commit 1eb91bc91e
12 changed files with 116 additions and 25 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ App::patch('/v1/users/:userId/verification')
->label('scope', 'users.write')
->label('sdk.auth', [APP_AUTH_TYPE_KEY])
->label('sdk.namespace', 'users')
->label('sdk.method', 'updateVerification')
->label('sdk.method', 'updateEmailVerification')
->label('sdk.description', '/docs/references/users/update-user-verification.md')
->label('sdk.response.code', Response::STATUS_CODE_OK)
->label('sdk.response.type', Response::CONTENT_TYPE_JSON)