update_view
Modify a view's title or ordering position within a project using its view ID.
Instructions
Update an existing view.
Args: project_id: ID of the project view_id: ID of the view to update title: View title position: View ordering position
Returns: Empty dict on success
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| view_id | Yes | ||
| title | No | ||
| position | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||