API開發文檔

歡迎流覽我們的API開發文檔!

更新一條路由

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