POST /admin/compliance/pipl/controls
Create a PIPL security control item record
Compliance Management - PIPL `bearerAuth` application/json
Request Body
Schema: dto.CreatePIPLControlRequest
| Field | Type | Required | Example | Constraints | Description |
code |
string |
Yes |
Art.13 |
|
|
name |
string |
Yes |
Informed consent rules |
|
|
category |
string |
No |
Personal information processing rules |
|
|
description |
string |
No |
Before processing personal information, inform and obtain individual consent |
|
|
evidence_url |
string |
No |
https://docs.example.com/pipl/Art.13 |
|
|
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 |
|
|
|