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
|
@ -32,6 +32,7 @@ Authenticates the user, and issues an access token for future requests.
|
|||
| 200 | Authentication successful. |
|
||||
| 400 | The post request included poorly formated data. |
|
||||
| 403 | Part of the cridentials are invalid. |
|
||||
| 500 | An unhandled error occured. |
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue