API開發文檔
歡迎流覽我們的API開發文檔!
-
公告
-
短信
-
號碼
-
語音
-
配置
更新多條路由
Posted
Updated
Byyang, yuan
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