PUT /admin/compliance/dengbao/controls/{decision_id}
Update status and evidence of a specified Dengbao security control item
Compliance Management - Dengbao `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
control ID |
Request Body
Schema: dto.UpdateDengbaoControlRequest
| Field | Type | Required | Example | Constraints | Description |
category |
string |
No |
Physical Security |
|
|
description |
string |
No |
Server rooms should have physical protection measures such as fire, water, and lightning protection |
|
|
evidence_url |
string |
No |
https://docs.example.com/dengbao/G3-01 |
|
|
level |
string |
No |
Level 3 |
|
|
name |
string |
No |
Secure Physical Environment |
|
|
status |
string |
No |
compliant |
|
|
Referenced Schemas
dto.DengbaoControlItem
| Field | Type | Required | Example | Constraints | Description |
category |
string |
No |
Physical security |
|
|
control_id |
string |
No |
G3-01 |
|
|
control_name |
string |
No |
Secure physical environment |
|
|
evidence_url |
string |
No |
https://docs.example.com/... |
|
|
id |
string |
No |
01JQ... |
|
|
last_reviewed |
string |
No |
2026-04-01T00:00:00Z |
|
|
status |
string |
No |
non_compliant |
|
|
dto.DengbaoControlItemResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.DengbaoControlItem |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|