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