Register a justification on a non-compliance log
Registers an institution’s justification on an SLA-breach non-compliance log. An empty or oversized justification maps to 400; an absent record to 404; an already-justified record to 409. The audit actor is derived from the validated identity (403 when absent).
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
The institution's unique identifier (UUID) the non-compliance log belongs to.
"44444444-4444-4444-4444-444444444444"
The non-compliance log id to register the justification against.
"bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb"
Body
The cleartext justification (PII; sealed server-side, never logged nor echoed).
"Batch delay caused by upstream connector outage; SLA breach accepted under ops incident INC-2026-042."
Response
OK
The opaque non-compliance log id (UUID) the justification was recorded against.
"bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb"

