PUT /admin/compliance/pipl/controls/{decision_id}
Update status and evidence of a specified PIPL security control item
Compliance Management - PIPL `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
control ID |
Request Body
Schema: dto.UpdatePIPLControlRequest
| Field | Type | Required | Example | Constraints | Description |
category |
string |
No |
Personal Information Processing Rules |
|
|
description |
string |
No |
Before processing personal information, inform and obtain consent from the individual |
|
|
evidence_url |
string |
No |
https://docs.example.com/pipl/Art.13 |
|
|
name |
string |
No |
Notice and Consent Rules |
|
|
status |
string |
No |
compliant |
|
|
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.PIPLControlItem
| Field | Type | Required | Example | Constraints | Description |
category |
string |
No |
Personal information processing rules |
|
|
control_id |
string |
No |
Art.13 |
|
|
control_name |
string |
No |
Informed consent rules |
|
|
evidence_url |
string |
No |
https://docs.example.com/... |
|
|
id |
string |
No |
01JQ... |
|
|
last_reviewed |
string |
No |
2026-04-01T00:00:00Z |
|
|
status |
string |
No |
compliant |
|
|
dto.PIPLControlItemResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.PIPLControlItem |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|