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

PUT /admin/compliance/subprocessors/{id}

更新子处理商的信息

合规管理 - 供应商风险 `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes sub-processor ID

Request Body

Schema: dto.UpdateSubProcessorRequest

FieldTypeRequiredExampleConstraintsDescription
applicable_services string No Cloud Infrastructure
category string No infrastructure
compliance_links string No https://aws.amazon.com/compliance/
entity_name string No AWS EMEA SARL
locations string No ["EU (Frankfurt)"]
purpose string No Infrastructure Hosting
status string No active
subject_matter string No Customer data storage
transfer_mechanism string No Standard Contractual Clauses

Responses

StatusDescriptionSchema
200successdto.SubProcessorItemResponse
400bad requestdto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.SubProcessorItem

FieldTypeRequiredExampleConstraintsDescription
applicable_services string No
category string No
compliance_links string No
created_at string No
entity_name string No
id string No
locations string No
purpose string No
status string No
subject_matter string No
transfer_mechanism string No

dto.SubProcessorItemResponse

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