Skip to main content
POST
Liberar las operaciones retenidas tras agotar su presupuesto de intentos salientes

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
operationIds
string[] | null
requerido

Parked operation ids to un-park. Enumerate them with GET /v1/operations?transmitHold=parked, which is the authoritative, paginated, tenant-scoped list; the operation.forward_rejected alert (payload operationIds) and the park's ERROR log field parked_operation_ids are first-response excerpts of the same set. 1..500 UUIDs.

Ejemplo:
confirmedNotAtNuclea
boolean

Set ONLY after reconciling with Núclea and confirming the file was NOT accepted. Without it, an operation whose transmit hold is in_flight is refused with 409, because releasing it would re-submit an accepted settlement file. With it, those ids are released too and the decision is logged at ERROR with your reason. Núclea's synchronous 202 means "accepted for processing", not settled, so this case is real - but it is the caller's finding, never a default.

Ejemplo:

false

reason
string

How it was confirmed that Núclea did not accept the file. REQUIRED when confirmedNotAtNuclea is true; it is the audit record of who decided to release a possibly-in-flight settlement.

Ejemplo:

"Núclea support ticket 48210: file ASLC022_62313268_20260724_00006 not received; no NUliquid issued."

Respuesta

OK

action
string
requerido

Recovery action that was executed.

Ejemplo:

"unpark"

released
integer<int64>
requerido

Transmit claims actually cleared; these operations are back in the eligible backlog.

Ejemplo:

2

requested
integer<int64>
requerido

Distinct operation ids named in the request.

Ejemplo:

3

skipped
integer<int64>
requerido

Ids that carried no transmit claim (never parked, or already un-parked) or whose claim is younger than the safety floor.

Ejemplo:

1