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

PUT /admin/compliance/psd2/controls/{id}

更新指定PSD2安全控制项的状态和证据

合规管理 - PSD2 `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes control ID

Request Body

Schema: dto.UpdatePSD2ControlRequest

FieldTypeRequiredExampleConstraintsDescription
category string No Security Measures
description string No Implement strong customer authentication
evidence_url string No https://docs.example.com/psd2/Art.95.1
name string No Strong Customer Authentication
status string No compliant

Responses

StatusDescriptionSchema
200successdto.PSD2ControlItemResponse
400bad requestdto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.PSD2ControlItem

FieldTypeRequiredExampleConstraintsDescription
category string No Security Measures
control_id string No Art.95.1
control_name string No Strong Customer Authentication
evidence_url string No https://docs.example.com/...
id string No 01JQ...
last_reviewed string No 2026-04-01T00:00:00Z
status string No compliant

dto.PSD2ControlItemResponse

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