---
title: "PATCH /api/v1/users/{user}/views/{view}"
method: PATCH
path: "/api/v1/users/{user}/views/{view}"
tags: ["MemoViewService"]
---

# PATCH /api/v1/users/{user}/views/{view}

`PATCH /api/v1/users/{user}/views/{view}`

UpdateMemoView updates a memo view for a user.

## Path parameters

- `user` string, required
- `view` string, required

## Query parameters

- `updateMask` string, field-mask

## Request body

- MemoView
  - `name` string — The resource name of the memo view. Format: users/{user}/views/{view}
  - `title` string, required — The title of the memo view.
  - `filter` string, required — The CEL filter expression for the memo view, using the same grammar as the ListMemos `filter` argument. Reuse it by passing this value to ListMemos.

## Response `200`

OK

- MemoView
  - `name` string — The resource name of the memo view. Format: users/{user}/views/{view}
  - `title` string, required — The title of the memo view.
  - `filter` string, required — The CEL filter expression for the memo view, using the same grammar as the ListMemos `filter` argument. Reuse it by passing this value to ListMemos.

## Other responses

- `default` — Default error response

## Changes

- **2026-08-09** `f22906e7067f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usememos/apis/untitled-api/changes/api/v1/users/:user/views/:view/patch.md)

---

[API](https://skmtc.dev/usememos/apis/untitled-api.md) · [All operations](https://skmtc.dev/usememos/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usememos/untitled-api/revisions/9f2688df7c2e/schema)
