Update a saved view
update_viewRename a saved view, change its layout or grouping, share it, or replace the filter it stores. Read the view first with list_views and send the whole filter state back, because a filter replaces the stored one rather than merging into it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| view | Yes | View name or id. | |
| filter | No | The saved view state. Conditions live under filter.filter.children, each one {"kind":"condition","property":"priority","operator":"in","values":["1"]}. Other keys are teamId, projectId, groupBy, subGroupBy, orderBy, layout, display, visibility, locked and position. A key this list does not name is rejected rather than dropped. | |
| layout | No | ||
| shared | No | ||
| groupBy | No |