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

PUT /admin/notifications/event-mappings/{id}

更新指定ID的事件映射配置 参考:CAN-SPAM Act (15 U.S.C. §7701) — Commercial Email Compliance。

通知服务 `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes 事件映射ID

Request Body

Schema: dto.UpdateEventMappingRequest

FieldTypeRequiredExampleConstraintsDescription
channel string No
is_enabled boolean No
priority string No
template_code string No

Responses

StatusDescriptionSchema
200更新成功dto.EventMappingDetailResponse
400请求参数错误gitee_com_linmes_authms_base_dto.SimpleResponse
401未认证gitee_com_linmes_authms_base_dto.SimpleResponse
403权限不足gitee_com_linmes_authms_base_dto.SimpleResponse
404资源未找到gitee_com_linmes_authms_base_dto.SimpleResponse
500服务内部错误gitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.EventMappingDetailResponse

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

dto.EventMappingResponse

FieldTypeRequiredExampleConstraintsDescription
app_id string No
channel string No
event_type string No
id string No
is_enabled boolean No
priority string No
template_code string No
tenant_id string No

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No