消息&短信 MSGSMS-修改短信模板:请求参数
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
Content-Type |
是 |
String |
请求体参数类型,该字段必须设置为:application/json |
X-Auth-Token |
是 |
String |
用户Token。通过调用 IAM 服务获取用户Token接口获取(响应消息头中X-Subject-Token的值) |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
app_id |
是 |
String |
应用主键ID,参考表5 响应SmsAppQueryResp参数中的id |
brackets |
否 |
String |
中括号类型。支持枚举值:
|
region |
是 |
String |
地域
|
send_country |
否 |
Array of Integers |
发送国家id列表,只有地域为国际时,该字段有效 |
sign_id |
否 |
String |
签名id,对应表5 响应SmsSignatureResp参数中的ID。只有地域为国内时,该字段有效 |
template_content |
是 |
String |
模板内容 |
template_desc |
否 |
String |
模板描述 |
template_name |
是 |
String |
模板名称 |
template_type |
是 |
String |
模板类型。只有地域为国内时,该字段有效。支持枚举值:
|
universal_template |
否 |
Integer |
是否为通用模板
|
variable_attributes |
否 |
Array of SmsTemplateVariableAttrReq objects |
模板参数 |