diff --git a/src/webqueue2api/api/resources/login.py b/src/webqueue2api/api/resources/login.py index 29430f8..53ea15f 100644 --- a/src/webqueue2api/api/resources/login.py +++ b/src/webqueue2api/api/resources/login.py @@ -13,6 +13,7 @@ def post(self) -> tuple: 200 (OK): On success. 401 (Unauthroized): When username or password are incorrect. 422 (Unprocessable Entitiy): When the username or password can't be parsed. + 500 (Internal Service Error): On error. Example: curl -X POST