Errors

ai_disclosure_warning_required

409 – Warning not acknowledged.

Warning not acknowledged. Answered with 409.

What it means

Switching an Identity's AI-disclosure header off is allowed and consequential, so it is not done silently: the request has to say that the warning was seen.

What to do

Show the warning to the account holder, then repeat the request with acknowledge_warning: true.

The body

{
  "type": "https://tigby.eu/problems/ai_disclosure_warning_required",
  "title": "Warning not acknowledged",
  "status": 409,
  "detail": "…what was refused, naming this request's own values",
  "code": "ai_disclosure_warning_required",
  "doc_url": "https://docs.tigby.eu/errors/ai_disclosure_warning_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.