PUT /admin/compliance/privacy-impact/{id}
更新隐私影响评估的内容或状态
合规管理 - 隐私影响评估 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
PIA ID |
Request Body
Schema: dto.UpdatePIARequest
| Field | Type | Required | Example | Constraints | Description |
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 |
|
|
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.PIAItemResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.PIAResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.PIAResponse
| Field | Type | Required | Example | Constraints | Description |
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 |
|
|