parameter_invalid_boolean
A parameter that must be a boolean received a value outside the accepted representations (`true`/`false`, `1`/`0`).
| Code | Type | HTTP | Category |
|---|---|---|---|
parameter_invalid_boolean | invalid_request_error | 400 | Request |
Cause
A parameter that must be a boolean received a value outside the accepted representations (true/false, 1/0).
What to do
Send true or false in the parameter named by error.param.
Message returned by the API
The parameter must be a boolean value.