Closed anthonyroach closed 2 years ago
Errors in validation mean the client sent something invalid, so the response status code should be 400 (Bad Request) rather than the default status code of 500 (Internal Server Error).
Fixes #51
Errors in validation mean the client sent something invalid, so the response status code should be 400 (Bad Request) rather than the default status code of 500 (Internal Server Error).
Fixes #51