Registrar a resolução de uma solicitação LGPD
Registra a decisão (fulfilled, refused, partial) para uma solicitação LGPD existente. Uma solicitação não encontrada mapeia para 404; uma solicitação já resolvida (terminal) mapeia para 409; uma decisão de eliminação definida via resolve mapeia para 422 (a execução da eliminação deve originar-se de /erase).
Autorizações
JWT bearer token issued by the identity provider.
Parâmetros de caminho
The institution's unique identifier (UUID) the LGPD request is scoped to.
"44444444-4444-4444-4444-444444444444"
The LGPD request id to resolve.
"11111111-1111-1111-1111-111111111111"
Corpo
The resolution decision (e.g. fulfilled, refused, partial).
"fulfilled"
Optional human-readable reason for the decision.
"Records delivered via secure channel."
Optional delivery reference for the exported data.
"DEL-2026-0007"
Optional count of records affected by the decision.
42
Optional count of records eliminated (erasure decisions).
12
Optional count of records retained.
30
Optional count of new tokens generated during the resolution.
12
Resposta
OK
The resolved LGPD request id.
"11111111-1111-1111-1111-111111111111"

