v1v2

Bad Request Body

HTTP 400invalid-body

The request body is malformed or does not match the expected schema. Verify the JSON structure and field types against the API reference.

Type URI

https://docs.avvail.com/v2/problems/invalid-body

Example Response

{
  "type": "https://docs.avvail.com/v2/problems/invalid-body",
  "title": "Bad Request Body",
  "detail": "The request body is malformed or does not match the expected schema. Verify t...",
  "instance": "/v2/example"
}