update_view
Update a Zendesk view’s title, description, conditions, and output columns. Retrieve the current structure first to make partial changes.
Instructions
Update an existing view's title, description, conditions, and/or output (columns, grouping, sort). Use get_view first to retrieve and modify the current structure. Only fields you pass are changed — omitted fields are preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | View ID to update | |
| title | No | Updated view title | |
| description | No | Updated view description | |
| conditions | No | Updated conditions | |
| output | No | Updated columns, grouping, and sort order. |