put https://api.8x8.com/vcc//chat/v2/tenant//channels/
Update ChatAPI channel by Id.
Responses
Update ChatAPI channel by Id.
xxxxxxxxxx
11curl --request PUT \
--url https://api.8x8.com/vcc/us/chat/v2/tenant/tenant-id/channels/channel-id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"routingOptions": {
"type": "queue"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: