Record the resolution of an LGPD request
Records the decision (fulfilled, refused, partial) for an existing LGPD request. A not-found request maps to 404; an already-resolved (terminal) request maps to 409; an erasure decision set via resolve maps to 422 (erasure execution must originate from /erase).
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
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"
Body
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
Response
OK
The resolved LGPD request id.
"11111111-1111-1111-1111-111111111111"

