Skip to content

Commit d565cf6

Browse files
committed
update otp
1 parent 5efd018 commit d565cf6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

web/swagger.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
}
1212
],
1313
"paths": {
14-
"/auth/otp/email/generate": {
14+
"/auth/otp/email/send": {
1515
"post": {
16-
"summary": "Generate and send OTP",
17-
"description": "Generate and send OTP using email in order to sign up or sign in.",
16+
"summary": "Send OTP",
17+
"description": "Generate and send new OTP using email in order to sign up or sign in.",
1818
"tags": [
1919
"Auth"
2020
],
@@ -58,10 +58,10 @@
5858
}
5959
}
6060
},
61-
"/auth/otp/email/submit": {
61+
"/auth/otp/email/verify": {
6262
"post": {
63-
"summary": "Submit OTP",
64-
"description": "Submit OTP received by email to complete sign in or sign up process.",
63+
"summary": "Verify OTP",
64+
"description": "Verify OTP received by email to complete sign in or sign up process.",
6565
"tags": [
6666
"Auth"
6767
],

0 commit comments

Comments
 (0)