Skip to content

GDPR Art. 16 — Right to rectification

PUT
/api/v1/export/rectify

Queues a job to correct inaccurate personal data held for the authenticated tenant. Returns 202 Accepted with a job_id. The rectification is applied asynchronously across all relevant tenant tables.

Authorizations

Request Body required

Request body for PUT /export/rectify (GDPR Art. 16).

Attributes: field_name: The name of the data field to be corrected. current_value: The inaccurate value currently held. corrected_value: The accurate replacement value.

object
corrected_value
required

The correct replacement value

string
current_value
required

The inaccurate value currently stored

string
field_name
required

Name of the field containing inaccurate data

string

Responses

202

Successful Response

Response body for PUT /export/rectify (GDPR Art. 16).

Attributes: job_id: Unique identifier for the rectification job. field_name: The field being corrected. status: ‘accepted’ — job is queued for async processing. message: Human-readable description.

object
field_name
required
string
job_id
required
string format: uuid
message
required
string
status
required
string

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string