Requeue a quarantined consignado inbox item
Returns one quarantined item of one durable inbox to work, under operator authority. It resets the attempt budget and clears the failure reason, and it NEVER touches the item’s identity, its canonical payload, or any declared money value — a requeue re-runs the fact the inbox already holds, which is why the request carries no body. Lanes: collection_settlement, correction, disbursement, disbursement_posting, portability, refinance, registration. The disbursement inbox’s ingestion and posting lanes are separate members on purpose: restarting a posting-stage fact from ingestion could recompute a posting intent that no longer matches what the ledger already holds under the same idempotency key. Idempotent via the X-Idempotency header enforced by the platform middleware.
Authorizations
JWT bearer token issued by the identity provider.
Headers
Canonical idempotency request ID. Required: this request moves money, and without a key a retry cannot be told apart from a second instruction.
Path Parameters
Which durable inbox the item belongs to.
The quarantined item's identifier.

