open-taffeta
open-taffeta copied to clipboard
422 is returned on malformed/invalid payload
ex.
curl "http://localhost:8000/signup"
-H "content-type: application/json
-d '{"username": "tester", "fld-not-exists": "qwerty"}'
Try to have Rocket return a 400