The request payload is invalid; see field_errors in context.
- Error type:
bloomreach/datahub/api/request-body-invalid - HTTP status code:
400 - Class:
InvalidRequestData - Context fields in error response:
field_errors— object (optional)
Error response example
{
"title": "Invalid request data",
"type": "bloomreach/datahub/api/request-body-invalid",
"status": 400,
"detail": "The request payload is invalid. Review the field errors in the context and correct the request.",
"context": {
"field_errors": {
"name": ["This field is required"]
}
}
}
