Skip to main content
POST
Redispatch an outbox entry

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

id
string
required

Outbox entry id. An unknown id is 404.

Example:

"ob-1"

Response

OK

id
string
required

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

Example:

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

redispatched
boolean
required

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

Example:

true

status
string
required

Outbox row status after the operation.

Example:

"PENDING"