chore: add status 500 errors to every endpoint
This commit is contained in:
parent
0f993c39ec
commit
218f91dce2
6 changed files with 14 additions and 8 deletions
|
@ -33,6 +33,7 @@ Registers the user, and issues an access token for future requests.
|
|||
| 200 | Registration successful. |
|
||||
| 400 | The post request included poorly formated data. |
|
||||
| 403 | Signups are disabled, gorb ID not available, email already in use, or password doesn't meet the minimum security requirements. |
|
||||
| 500 | An unhandled error occured. |
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue