update_chat_channel
Update a ClickUp Chat channel's name, description, topic, visibility, or archive status. Only specified fields are changed.
Instructions
Update a Chat channel's name, description, topic, visibility or archived state (ClickUp Chat v3). Only the provided fields change. Returns the updated channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| channel_id | Yes | ID of the channel to update. | |
| name | No | New channel name. Omit to keep current. | |
| description | No | New description. Omit to keep current. | |
| topic | No | New topic. Omit to keep current. | |
| visibility | No | Change visibility to PUBLIC or PRIVATE. | |
| archived | No | Set true to archive the channel, false to unarchive it. |