Update a channel's title / description / visibility
arena_update_channelUpdate an existing channel by changing its title, Markdown description, or visibility. Only pass the fields you want to modify; use an empty description to clear it.
Instructions
Update an existing board (channel): change its title, its description (Markdown), and/or visibility. Only the fields you pass are modified; pass an empty description string to clear it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| visibility | No | ||
| description | No | Board (channel) description, Markdown. | |
| channel_slug | Yes | Slug of the board to update. |