Update Saved View
update_saved_viewRevise one of YOUR OWN saved views in place, keeping its id and any existing team share. Only the fields you send change; the rest are left exactly as they were, so this is safe to call without re-reading the whole definition first. Sharing a view does not let its readers revise it -- only the owner may. Requires authentication and the tickets:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the view. | |
| columns | No | Replacement column list, in order. At most 20. | |
| filters | No | Which tickets the view selects. Same filter vocabulary the ticket list accepts; omitted filters are unset. | |
| sort_by | No | New sort field. | |
| view_id | Yes | The view's id, from list_saved_views. | |
| group_by | No | New grouping field. | |
| sort_dir | No | New sort direction. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |