1 HTTP/2 422
2 Content-Length: 149
3
4 {
5 "message": "Validation Failed",
6 "errors": [
7 {
8 "resource": "Issue",
9 "field": "title",
10 "code": "missing_field"
11 }
12 ]
13 }
14
1The HyperText Transfer Protocol (HTTP) 400 Bad Request response status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
1 HTTP/2 400
2 Content-Length: 40
3
4 {"message":"Body should be a JSON object"}
5