v8
OpenAPI 3.1.02026-08-033623795.0 MBChat channels
Update chat channel
Update moderation settings for a chat channel, such as who can post, banned words, and media restrictions.
Required permissions:
- chat:moderate
patch/chat_channels/{id}
Path parameters
idstring required
The unique identifier of the chat channel to update. Accepts either an experience ID (e.g. 'exp_xxxxx') or a chat channel ID.
Request body
Example request
{
"user_posts_cooldown_seconds": 42
}Response
A successful response
Example response
{
"experience": {
"id": "exp_xxxxxxxxxxxxxx",
"name": "Trading Signals Chat"
},
"user_posts_cooldown_seconds": 42
}