Skip to main content
HTTP status422 Unprocessable Entity
Error codevalidation_error

What happened

The request was well-formed but failed schema validation. One or more fields violated type, format, range, or presence constraints. The errors array contains one entry per field. Each includes a location (e.g. body.items[3].name) and a message describing the violation.

How to fix

Inspect the errors array, fix the offending fields, and retry.