update_view
Update a ClickUp view's configuration: modify its name, grouping, sorting, filters, columns, or settings. Only provided fields change, leaving others intact.
Instructions
Update a View's configuration — its name, grouping, sorting, filters, columns or settings. Only the provided fields change. Returns the updated View.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | ID of the View to update. | |
| name | No | Display name of the View. | |
| type | No | View type/layout (e.g. 'list', 'board', 'calendar', 'gantt'). | |
| grouping | No | Grouping config, e.g. group tasks by status/assignee/priority. | |
| divide | No | Column/swimlane division config for the View. | |
| sorting | No | Sort order config (fields and direction). | |
| filters | No | Filter rules that decide which tasks appear in the View. | |
| columns | No | Which columns/fields are shown and their order. | |
| team_sidebar | No | Team sidebar display settings for the View. | |
| settings | No | Miscellaneous View settings (e.g. show closed, me-mode). |