Update Memo View
UpdateMemoView updates a memo view for a user.
Path Parameters
user*string
The user id.
view*string
The view id.
Query Parameters
updateMask?string
Optional. The list of fields to update.
Format
field-maskRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/api/v1/users/string/views/string" \ -H "Content-Type: application/json" \ -d '{ "title": "string", "filter": "string" }'{ "name": "string", "title": "string", "filter": "string"}