missing_required_field
Errors · invalid_request_error
HTTP 400 · type invalid_request_error
Required body field absent.
When it fires
A required body parameter was not supplied. Read the error's param field to see which.
Recovery
Send the missing parameter. If you're unsure why we think it's required, check the resource reference — required fields are flagged in red.
Example response
JSON
{
"error": {
"type": "invalid_request_error",
"code": "missing_required_field",
"message": "Required body field absent.",
"doc_url": "https://docs.chronapilot.com/errors/missing-required-field",
"request_id": "req_1A2b3C4d5E6f"
}
}