clickup_view_update
Update a ClickUp view by renaming it or changing its display type, such as switching from list to board view, using the ClickUp CLI server.
Instructions
Rename a view or change its display type (e.g. from list to board). To change filters, grouping, or sort order, use the ClickUp web UI — those are not exposed via the API. Returns the updated view object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New display name for the view. | |
| type | Yes | New view type: 'list', 'board', 'calendar', 'table', 'timeline', 'gantt', 'map', 'workload', 'activity', 'chat', 'mind_map', 'doc', or 'form'. | |
| view_id | Yes | ID of the view to update. Obtain from clickup_view_list (field: id). |