chore: add status 500 errors to every endpoint

This commit is contained in:
JustTemmie 2025-04-29 21:53:17 +02:00
parent 0f993c39ec
commit 218f91dce2
6 changed files with 14 additions and 8 deletions

View file

@ -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. |
---