Skip to content

Commit

Permalink
Fix json schema error in docs. (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx authored Feb 10, 2022
1 parent 0cad7be commit e21ffa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/user/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ POST /register
"password": "secret",
// 6-digit 'email_code' or 'phone_code'
"email_code": 123456
"email_code": "123456"
}
```

Expand Down

0 comments on commit e21ffa5

Please sign in to comment.