parameter_invalid_enum
The value falls outside the closed set the parameter accepts. On listings it also covers a filter operator other than `eq`, `gte`, `lte`, `gt`, `lt`, `in` or `contains`.
| Code | Type | HTTP | Category |
|---|---|---|---|
parameter_invalid_enum | invalid_request_error | 400 | Request |
Cause
The value falls outside the closed set the parameter accepts. On listings it also covers a filter operator other than eq, gte, lte, gt, lt, in or contains.
What to do
Pick one of the values documented for that parameter, or one of the supported filter operators.
Message returned by the API
The parameter value is not one of the allowed values.