指令更新
更新时间:2023-03-13
1、接口地址:【POST】{IP}:{PORT}/open/v{versionId}/instruction/update
2、说明:用于更新指令
3、入参【请求的body中】
参数名 | 类型 | 是否可空 | 备注 |
---|---|---|---|
id | string | 否 | 指令ID |
instructionName | string | 否 | 指令名称 |
instructionMark | string | 否 | 指令标识 |
instructionDescription | string | 是 | 指令描述 |
failedAnswer | string | 是 | 指令失败话术 |
4、返回值
参数名 | 类型 | 父节点 | 备注 |
---|---|---|---|
code | int | HTTP状态码 | |
time | long | 时间 | |
msg | string | 状态信息 | |
data | T | 返回数据 |
示例:
{
"time": 1614048402154,
"data": null,
"code": 200,
"msg": "OK"
}