semaphore
semaphore copied to clipboard
API - Wrong status code is return when invalid body in post request
https://www.semui.co/api-docs/#/project/post_project__project_id__keys returns a 204 when it has a body that is not a valid JSON.
I should return 400 Bad Request and a error message of what is wrong.