简要描述
请求URL
http://192.168.2.107:8080/ops/itsm/questionnaire/template/update
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
uuid |
是 |
string |
模板uuid |
name |
是 |
string |
模板名称 |
templateJson |
是 |
JSON |
模板JSON |
remark |
是 |
string |
备注 |
调用示例
{
"uuid":"d5e7efa6b5614d62abd2fa1d94b7f172",
"name":"测试",
"templateJson":[],
"remark":"xxx12314"
}
返回示例
{
"errorCode": 0,
"message": "成功",
"time": 1632446073580,
"responseBody": null
}
返回参数说明
参数名 |
类型 |
说明 |
errorCode |
int |
状态码 |
备注