Errors

paused_required

400 – No state. The request says neither paused nor running, and the kill switch is one or the other.

No state. Answered with 400.

What it means

The request says neither paused nor running, and the kill switch is one or the other.

What to do

Send paused: true to stop this Identity's outbound mail, or paused: false to start it again.

The body

{
  "type": "https://tigby.eu/problems/paused_required",
  "title": "No state",
  "status": 400,
  "detail": "…what was refused, naming this request's own values",
  "code": "paused_required",
  "doc_url": "https://docs.tigby.eu/errors/paused_required",
  "agent_hint": "…the next step, for software"
}

Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.