Pular para o conteúdo principal
POST
Registrar uma justificativa em um log de não conformidade

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

institutionId
string
obrigatório

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

Exemplo:

"44444444-4444-4444-4444-444444444444"

id
string
obrigatório

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

Exemplo:

"bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb"

Corpo

application/json
justificativa
string
obrigatório

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

Exemplo:

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

Resposta

OK

id
string<uuid>
obrigatório

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

Exemplo:

"bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb"