invalid_section_payload
HTTP Status: 422 Category: Listing Lifecycle
When you see this
Section payload parsed but failed a higher-level semantic rule.
How to fix it
Inspect error.details for the offending field and reason. Common cause: operation='set' without a url field.
Example response
{
"error": {
"code": "invalid_section_payload",
"message": "Section payload parsed but failed a higher-level semantic rule.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/invalid_section_payload",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}