product:chat
Partially update channel
Updates certain fields of the channel
Sends events:
- channel.updated
patch/channels/{type}/{id}
Path parameters
typestring required
Channel type to interact with
idstring required
Channel ID to interact with
Request body
Response
Successful response
Example response
{
"channel": {
"config": {
"partition_ttl": "24h"
}
}
}