---
title: "Update view"
method: PATCH
path: "/views/{view_id}"
tags: ["Views"]
---

# Update view

`PATCH /views/{view_id}`

Update a view.

Required scope: `views:write`

## Path parameters

- `view_id` string, required

## Request body

- UpdateView
  - `name` string — Name of the view
  - `inbox_ids` ResourceID[] — List of inbox IDs to filter by
  - `tag_ids` ResourceID[] — List of tag IDs to filter by
  - `not_tag_ids` ResourceID[] — List of tag IDs to exclude
  - `no_tags` boolean — Whether to filter for conversations without tags
  - `assignee_ids` ResourceID[] — List of assignee IDs to filter by
  - `not_assignee_ids` ResourceID[] — List of assignee IDs to exclude
  - `highlight` string — Color highlight for the view

## Response `204`

No content

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
