Skip to main content

validation_unknown_field

HTTP Status: 422 Category: Validation

When you see this

Field sent that is not declared on the schema (extra=forbid).

How to fix it

Remove the offending field, or consult did_you_mean[] for the likely intended field name.

Example response

{
"error": {
"code": "validation_unknown_field",
"message": "Field sent that is not declared on the schema (extra=forbid).",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/validation_unknown_field",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}