update_view
Modify a saved project view by providing its project and view IDs along with updated fields such as filters, query, or access settings. Use this to adjust view parameters without recreating it.
Instructions
Update a saved view. This requests project_id and view_id as uuid parameters. If you do not have the view_id, use the list_project_views tool to find it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | The uuid identifier of the view to update | |
| view_data | Yes | The fields to update on the view | |
| project_id | Yes | The uuid identifier of the project containing the view |