Skip to main content
POST
Requeue a quarantined consignado inbox item

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Cabeçalhos

X-Idempotency
string
obrigatório

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 caminho

inbox
string
obrigatório

Which durable inbox the item belongs to.

id
string<uuid>
obrigatório

The quarantined item's identifier.

Resposta

OK

id
string
obrigatório

The item's identifier.

inbox
string
obrigatório

The inbox the item belongs to.

requeued
boolean
obrigatório

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

requeuedAt
string
obrigatório

UTC instant of the requeue (RFC3339).