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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"capabilities":{"est_3c4":{},"et07":{}},"createdAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","channelAccountConnectionRedirectUrl":"\u003cstring\u003e","webhookUrl":"\u003cstring\u003e"}