clickup_update_chat_channel
Update a ClickUp Chat channel's name, description, topic, visibility, or location by sending only the fields you want to change.
Instructions
Update a Chat channel's name, description, topic, visibility, or location.
Send only the fields you want to change (at least one is required). Text is
interpreted per content_format — text/md (default) or text/plain. To
re-bind the channel to another Space/Folder/List, pass location_id and
location_type together.
When to Use:
To rename a channel, update its topic/description, or toggle visibility.
When NOT to Use:
To delete a channel — use
clickup_delete_chat_channel.
Returns: A confirmation listing the fields that were updated.
Examples:
params = {"channel_id": "6-901300-8", "topic": "Sprint 42"}
params = {"channel_id": "6-901300-8", "visibility": "PRIVATE"}
Error Handling:
400 → bad payload; 404 → channel not found. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |