Skip to main content
POST
Register a justification on a non-compliance log

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

institutionId
string
required

The institution's unique identifier (UUID) the non-compliance log belongs to.

Example:

"44444444-4444-4444-4444-444444444444"

id
string
required

The non-compliance log id to register the justification against.

Example:

"bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb"

Body

application/json
justificativa
string
required

The cleartext justification (PII; sealed server-side, never logged nor echoed).

Example:

"Batch delay caused by upstream connector outage; SLA breach accepted under ops incident INC-2026-042."

Response

OK

id
string<uuid>
required

The opaque non-compliance log id (UUID) the justification was recorded against.

Example:

"bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb"