MemoViewService

UpdateMemoView updates a memo view for a user.

patch/api/v1/users/{user}/views/{view}

Path parameters

userstring required

The user id.

viewstring required

The view id.

Query parameters

updateMaskstring field-mask

Optional. The list of fields to update.

Request body

namestring

The resource name of the memo view. Format: users/{user}/views/{view}

titlestring required

The title of the memo view.

filterstring 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

OK

namestring

The resource name of the memo view. Format: users/{user}/views/{view}

titlestring required

The title of the memo view.

filterstring 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.

Changes