clickup_chat_channel_update
Rename a ClickUp chat channel or update its description. Returns the updated channel object.
Instructions
Rename a ClickUp chat channel or change its description. To change membership or visibility use the dedicated channel-members and channel-followers tools. Returns the updated channel object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID of the channel to update. Obtain from clickup_chat_channel_list (field: id). | |
| description | No | New channel description shown in the channel header. | |
| name | No | New display name for the channel. Must be unique within the workspace. | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. |