POST /admin/compliance/regulatory-watch
Create a regulatory update monitoring record
Compliance Management - Regulatory Monitoring `bearerAuth` application/json
Request Body
Schema: dto.CreateRegulatoryWatchItemRequest
| Field | Type | Required | Example | Constraints | Description |
category |
string |
Yes |
Data Protection |
|
|
effective_date |
string |
Yes |
2026-06-01T00:00:00Z |
|
|
region |
string |
Yes |
EU |
|
|
regulation |
string |
Yes |
GDPR Art. 17 |
|
|
summary |
string |
Yes |
New right to erasure requirements |
|
|
title |
string |
Yes |
GDPR Enforcement Update |
|
|
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|
dto.RegulatoryUpdateItem
Regulatory Update
| Field | Type | Required | Example | Constraints | Description |
affected_services |
array of
string |
No |
['["identity"', '"profile"]'] |
|
Affected Services |
effective_date |
string |
No |
2026-06-01T00:00:00Z |
|
Effective Date |
impact_level |
string |
No |
high |
|
Impact Level |
jurisdiction |
string |
No |
EU |
|
Jurisdiction |
regulation |
string |
No |
GDPR Art. 17 |
|
Regulation Name |
summary |
string |
No |
New specific requirements for the right to erasure |
|
Summary |
update_id |
string |
No |
reg_001 |
|
Update ID |
dto.RegulatoryWatchItemResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.RegulatoryUpdateItem |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|