更新时间:2025-01-07 GMT+08:00
更新消息模板
URI
- 参数说明
请求消息
- 参数说明
名称
是否必选
参数类型
说明
content
是
String
模板内容,模板目前仅支持纯文本模式。
模板内容不能空,最大支持256KB。
- 请求样例
PUT https://{SMN_Endpoint}/v2/{project_id}/notifications/message_template/b3ffa2cdda574168826316f0628f774f
{ "content": "(1/22)You are invited to subscribe to topic({topic_id_id1}). Click the following URL to confirm subscription:(If you do not want to subscribe to this topic, ignore this message.)" }
响应消息
- 要素说明
名称
参数类型
说明
request_id
String
请求的唯一标识ID。
- 响应样例
{ "request_id": "5fcba32bd2814ea39431829c22bda94b" }
返回值
请参考返回值。
错误码
请参考错误码。
父主题: 模板操作