Update channel
Update a contact's channel properties.
patch/v1/contacts/{contactId}/channels/{channelId}
Path parameters
contactIdstring required
channelIdstring required
Channel ID.
Request body
Response
Channel updated.
Example response
{
"channel": {
"identifier": "+14155551234",
"countryCode": "US",
"label": "work"
}
}