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,4 +33,5 @@ Sends a friend request to the given user. Friend requests can be accepted by hav
|
|||
| 200 | Friend request sucessfully sent. |
|
||||
| 400 | The post request included poorly formated data. |
|
||||
| 401 | The recipient is not accepting friend requests from the sender at the moment. |
|
||||
| 403 | Invalid access token. |
|
||||
| 403 | Invalid access token. |
|
||||
| 500 | An unhandled error occured. |
|
Loading…
Add table
Add a link
Reference in a new issue