We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efd018 commit d565cf6Copy full SHA for d565cf6
web/swagger.json
@@ -11,10 +11,10 @@
11
}
12
],
13
"paths": {
14
- "/auth/otp/email/generate": {
+ "/auth/otp/email/send": {
15
"post": {
16
- "summary": "Generate and send OTP",
17
- "description": "Generate and send OTP using email in order to sign up or sign in.",
+ "summary": "Send OTP",
+ "description": "Generate and send new OTP using email in order to sign up or sign in.",
18
"tags": [
19
"Auth"
20
@@ -58,10 +58,10 @@
58
59
60
},
61
- "/auth/otp/email/submit": {
+ "/auth/otp/email/verify": {
62
63
- "summary": "Submit OTP",
64
- "description": "Submit OTP received by email to complete sign in or sign up process.",
+ "summary": "Verify OTP",
+ "description": "Verify OTP received by email to complete sign in or sign up process.",
65
66
67
0 commit comments