Skip to main content
POST
Requeue a quarantined consignado inbox item

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

X-Idempotency
string
requerido

Canonical idempotency request ID. Required: this request moves money, and without a key a retry cannot be told apart from a second instruction.

Parámetros de ruta

inbox
string
requerido

Which durable inbox the item belongs to.

id
string<uuid>
requerido

The quarantined item's identifier.

Respuesta

OK

id
string
requerido

The item's identifier.

inbox
string
requerido

The inbox the item belongs to.

requeued
boolean
requerido

True when the item was quarantined and is now back on the queue.

requeuedAt
string
requerido

UTC instant of the requeue (RFC3339).