Advance an operation via audited admin override
Drives an EXISTING state-machine edge via MANUAL_OVERRIDE, emitting operation.manually_advanced with the reason/evidence. Admin-only (operations:admin). Missing reason/evidence returns 400 MISSING_OVERRIDE_JUSTIFICATION; a nonexistent edge returns 409 INVALID_STATE_TRANSITION; cancelling an operation whose file is already at Núclea (transmit hold in_flight) returns 409 CONFLICT, since it would erase the only record of the disagreement — reconcile and advance to the hold-resolving state; POST /v1/connectivity/unpark refuses in-flight claims.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Operation id (UUID).
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Body
Response
OK
State before the override.
"REJECTED"
Operation id (UUID) that was advanced.
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
State after the override.
"QUEUED"
Transition trigger (always MANUAL_OVERRIDE).
"MANUAL_OVERRIDE"
Authenticated subject who authorized the override.
"ops@acquirer.com"

