API开发文档
欢迎浏览我们的API开发文档!
-
公告
-
短信
-
号码
-
语音
-
配置
更新多条路由
Posted
Updated
Bykevin.gu
Print PUT
/api/routes/:type
权限:呼叫流
Header | ||
字段 | 类型 | 描述 |
Content-Type | 字符串 | 应用或JSON |
参数 | ||
字段 | 类型 | 描述 |
type | 字符串 | 路由类型,当前值为’public’ |
Tab 1
/api/routes/public
{
"routes":[{
did: "16471234567",
callflow: "test1"
}, {
did: "16471234567",
callflow: "test2"
}]
}
成功
HTTP/1.1 200 OK
updated
标签:
Table of Contents