A AuthMS API Wiki API Reference iam.tianv.com →

PUT /admin/compliance/breach-notifications/{id}

更新数据泄露通知的处理状态

合规管理 - 数据泄露 `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes notification ID

Request Body

Schema: dto.UpdateBreachNotificationRequest

FieldTypeRequiredExampleConstraintsDescription
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

Responses

StatusDescriptionSchema
200successdto.BreachNotificationItemResponse
400bad requestdto.ErrorResponse

Referenced Schemas

dto.BreachNotificationItemResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.BreachNotificationResponse No
message string No
timestamp string No

dto.BreachNotificationResponse

FieldTypeRequiredExampleConstraintsDescription
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

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request