API开发文档
欢迎浏览我们的API开发文档!
-
公告
-
短信
-
号码
-
语音
-
配置
更新一条路由
Posted
Updated
Bykevin.gu
Print PUT
/api/routes/:type/:number
权限:呼叫流
Header | ||
字段 | 类型 | 描述 |
Content-Type | 字符串 | 应用或JSON |
参数 | ||
字段 | 类型 | 描述 |
type | 字符串 | 路由类型: [‘public’, ‘default’] |
number | 字符串 | 在路由中想更新的DID |
请求样例
/api/routes/public/16471234567
{
"callflow": "xxxx_menu1"
}
/api/routes/default/200
{
"callflow": "xxxx_menu1"
}
成功响应
HTTP/1.1 200 OK
updated
标签:
Table of Contents