Authorizations
Body
application/json
Request model for updating a Twilio channel.
The internal ID of the channel
Examples:
1
The name of the channel
Examples:
"syllable-webchat"
The configuration of the channel Twilio channel config information. If a field is passed as None, it will not be updated.
Response
Successful Response
The channel name
Examples:
"syllable-webchat"
The service that facilitates communication on the channel
Available options: 
sip, twilio, email, webchat, africastalking The channel ID
The comma-delimited list of supported modes for the channel, which defines the possible communication methods for channel targets linked to it.
Examples:
"chat,voice"
Whether the channel is a built-in system channel (i.e., is not customizable)
Examples:
false
Configuration for the channel
Examples:
{
  "telephony": {
    "interruptibility": "dtmf_only",
    "overall_input_timeout": 20,
    "passive_input_start": 0.5,
    "passive_speech_input_enabled": true,
    "pre_input_timeout": 1.2
  }
}
