PUT /admin/compliance/breach-notifications/{id}
更新数据泄露通知的处理状态
合规管理 - 数据泄露 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
notification ID |
Request Body
Schema: dto.UpdateBreachNotificationRequest
| Field | Type | Required | Example | Constraints | Description |
affected_users |
integer |
No |
500 |
|
|
description |
string |
No |
Updated breach details |
|
|
reported_to_dpa |
boolean |
No |
True |
|
|
severity |
string |
No |
critical |
|
|
status |
string |
No |
reported |
|
|
title |
string |
No |
Updated Breach Notification |
|
|
Referenced Schemas
dto.BreachNotificationItemResponse
dto.BreachNotificationResponse
| Field | Type | Required | Example | Constraints | Description |
affected_users |
integer |
No |
1000 |
|
|
created_at |
string |
No |
2026-05-01T10:00:00Z |
|
|
description |
string |
No |
Unauthorized database access detected |
|
|
id |
string |
No |
01JQ... |
|
|
reported_at |
string |
No |
2026-05-01T14:00:00Z |
|
|
reported_to_dpa |
boolean |
No |
True |
|
|
severity |
string |
No |
high |
|
|
status |
string |
No |
reported |
|
|
title |
string |
No |
Database Breach Incident |
|
|
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|