v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-07186533829.2 KB
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

setobject
unsetstring[]
user_idstring

Response

Successful response

durationstring required

Duration of the request in milliseconds

Example response

{
  "channel": {
    "config": {
      "partition_ttl": "24h"
    }
  }
}