Sideline Exchange/
Dashboard →

Errors

not_drifted

HTTP 400Not driftedManagement API

What happened

Accept-new-shape was called on a connector that is not currently holding a drifted run.

How to fix it

Nothing to accept. If the drift has already been cleared by another operator, the run history says who and when.

What you received
{
  "type": "https://docs.sidelineexchange.com/errors/not_drifted",
  "title": "Not drifted",
  "status": 400,
  "detail": "…"
}

Worth understanding

  • Drift — The source changed shape under the parser. The run’s output is held, never applied, until an operator fixes the parser or accepts the new shape.
  • Accept new shape — Declaring the source’s new layout to be the baseline, which clears the hold and resumes the connector on its next run.