Semantically invalid content
Section: Codes 422-451
HTTP 422 Unprocessable Content
text
text
curl -i -X POST https://example.com/api/users -H 'Content-Type: application/json' -d '{"email":"not-an-email"}'Explanation
Common for validation errors in APIs where JSON is syntactically valid but semantically invalid.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Codes 422-451