Saltar al contenido principal
POST
Redespachar una entrada del outbox

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

id
string
requerido

Outbox entry id. An unknown id is 404.

Ejemplo:

"ob-1"

Respuesta

OK

id
string
requerido

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

Ejemplo:

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

redispatched
boolean
requerido

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

Ejemplo:

true

status
string
requerido

Outbox row status after the operation.

Ejemplo:

"PENDING"