PUT /admin/compliance/tenants/{tid}/standards
更新租户启用的合规框架标准列表,触发标准控制项自动初始化及策略合并
合规管理 - 合规策略 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
tid |
path |
string |
Yes |
|
|
|
租户ID |
Request Body
Schema: dto.TenantStandardsRequest
| Field | Type | Required | Example | Constraints | Description |
standards |
array of
string |
Yes |
['["pci_dss_v4"', '"dengbao_l3"]'] |
|
|
Referenced Schemas
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|