Sideline Exchange/
Dashboard →

Errors

validation_failed

HTTP 400Validation failedIngest APIManagement API

What happened

The request body did not satisfy the endpoint’s schema.

How to fix it

The errors array names the offending paths. Fix them and resend; nothing was stored.

What you received
{
  "type": "https://docs.sidelineexchange.com/errors/validation_failed",
  "title": "Validation failed",
  "status": 400,
  "detail": "…"
}

Worth understanding

  • Problem document — The RFC 9457 shape every error uses: a stable type URI, a human detail, and for batches an errors array with the index and JSON pointer of each rejected observation.