Comment on JSend: a specification for how JSON responses should be formattedparentComments−adamjernst15yWho said you can't include an entity body with a 422 status? e.g.:HTTP/1.1 422 Unprocessable Entity{"error": "email address must contain @", "applies_to": "email_field"}
Comments
Who said you can't include an entity body with a 422 status? e.g.:
HTTP/1.1 422 Unprocessable Entity
{"error": "email address must contain @", "applies_to": "email_field"}