update_channel
Update channel details by renaming it, changing its privacy between Public and Private, and reordering categories in a workspace.
Instructions
Update a channel's name, privacy, and category order.
workspace_id: target workspace ID — get available IDs from list_workspaces()
privacy: "Public" or "Private"
categories: list of {"id": "...", "order": 0} to reorder categories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| privacy | No | ||
| categories | No | ||
| channel_id | Yes | ||
| workspace_id | Yes | ||
| hub_profile_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |