v1v2

Validation Error

HTTP 422validation-error

One or more request fields failed validation. The response includes an `errors` array with field-level `pointer`, `message`, and `code` for each failing field.

Type URI

https://docs.avvail.com/v2/problems/validation-error

Example Response

{
  "type": "https://docs.avvail.com/v2/problems/validation-error",
  "title": "Validation Error",
  "detail": "One or more request fields failed validation. The response includes an `error...",
  "instance": "/v2/example"
}