API开发文档

欢迎浏览我们的API开发文档!

更新多条路由

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