update_category
Update a category's name, pin status, notification settings, and display options for a given workspace and channel.
Instructions
Update a category's name, pin status, notification settings, and display options.
workspace_id: target workspace ID — get available IDs from list_workspaces()
view_type: display view type (e.g. "Grid", "List")
progression_enabled: track user completion progress
cover_show: show cover images in this category
expandable: allow the category to be collapsed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| is_pinned | No | ||
| view_type | No | ||
| channel_id | Yes | ||
| cover_show | No | ||
| expandable | No | ||
| category_id | Yes | ||
| workspace_id | Yes | ||
| progression_enabled | No | ||
| notifications_enabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |