Pular para o conteúdo principal
POST
Redespachar uma entrada do outbox

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

id
string
obrigatório

Outbox entry id. An unknown id is 404.

Exemplo:

"ob-1"

Resposta

OK

id
string
obrigatório

Outbox entry id (preserved across redispatch; the event is never recreated).

Exemplo:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

redispatched
boolean
obrigatório

True when a terminally-INVALID row was reset to PENDING; false when the row was left untouched.

Exemplo:

true

status
string
obrigatório

Outbox row status after the operation.

Exemplo:

"PENDING"