Legs API
Bridge APIs - Introduction
PUT — Update a Bridge
6 min
description updates the configuration of an existing bridge method put endpoint /v2/accounts/{accountsid}/bridges/{bridgesid} request parameters parameter name mandatory / optional type description recording optional boolean enable or disable recording max participants optional number update max participant limit request payload { "recording" true, "max participants" 15 } curl curl location request put 'https //cpaas api in exotel com/v2/accounts/{accountsid}/bridges/{bridgesid}' \\ \ header 'authorization basic \<base64 apikey apitoken>' \\ \ header 'content type application/json' \\ \ data '{ "recording" true, "max participants" 15 }' response payload { "request id" "ghi789", "http code" 200, "response" { "data" { "bridge sid" "bridge sid", "recording" true, "max participants" 15, "state" "active", "date updated" "2024 12 11t10 02 11z" } } }
Have a question?
Our super-smart AI, knowledgeable support team and an awesome community will get you an answer in a flash.
To ask a question or participate in discussions, you'll need to authenticate first.
