Update a custom channel

PATCH {{baseUrl}}/conversations/v3/custom-channels/:channelId

This endpoint can be used to update a channel's capabilities. You can also use it to update the channel's webhookUri and its channelAccountConnectionRedirectUrl.

Request Body

{"capabilities"=>{"nostrud_0_3"=>{}, "laboreb"=>{}}, "channelAccountConnectionRedirectUrl"=>"<string>", "webhookUrl"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;capabilities&quot;:{&quot;est_3c4&quot;:{},&quot;et07&quot;:{}},&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;channelAccountConnectionRedirectUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;webhookUrl&quot;:&quot;\u003cstring\u003e&quot;}