Autional Autional
API Reference GitHub autional.com →

PUT /admin/compliance/privacy-impact/{decision_id}

Update content or status of a Privacy Impact Assessment

Compliance Management - Privacy Impact Assessment `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes PIA ID

Request Body

Schema: dto.UpdatePIARequest

FieldTypeRequiredExampleConstraintsDescription
data string No {"processing_activity":"updated"}
description string No Updated assessment of privacy risks
status string No completed
title string No Updated Privacy Impact Assessment

Responses

StatusDescriptionSchema
200successdto.PIAItemResponse
400bad requestdto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.PIAItemResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.PIAResponse No
message string No
timestamp string No

dto.PIAResponse

FieldTypeRequiredExampleConstraintsDescription
created_at string No 2026-05-01T10:00:00Z
description string No Privacy impact assessment for user profiling feature
id string No 01JQ...
status string No completed
title string No New User Profiling PIA