fix: replace 555 example phone numbers in API doc comments
This commit is contained in:
parent
dde811d876
commit
b80f4e8381
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ runAuth();
|
|||
|
||||
/*
|
||||
Send OTP to phone for LOGIN (existing verified accounts only)
|
||||
POST: { "phone": "5551234567" }
|
||||
POST: { "phone": "3101234567" }
|
||||
Returns: { OK: true, UUID: "..." }
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ runAuth();
|
|||
|
||||
/*
|
||||
Unified OTP: Send OTP to any phone number (login or signup)
|
||||
POST: { "phone": "5551234567" }
|
||||
POST: { "phone": "3101234567" }
|
||||
Returns: { OK: true, UUID: "..." }
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue