Skip to main content

Bad request

A bad request HTTP status is 400. Either the request body, the path, or both contain an error. The response body will list the errors under errors key.

Each error will try to explain the cause and location of the error. The title and links will refer to sections of this page. The source refers to the JSON pointer location in the body that caused the error.

Bad request

The request body could not be parsed correctly.

Missing field

There is a required field that is not in the request.

Invalid enum value

The field is an enumeration that allows a set of values.

Incorrect type

A field does not have the correct type. The detail will explain the expected type.

Incomplete value

The named field must not be empty.

Bad path parameter

The request path is bad. It does not conform to the expected form.