UpdateMemo updates a memo.
Path parameters
The memo id.
Query parameters
Required. The list of fields to update.
Request body
The resource name of the memo. Format: memos/{memo}, memo is the user defined id or uuid.
The state of the memo.
The name of the creator. Format: users/{user}
The creation timestamp. If not set on creation, the server will set it to the current time.
The last update timestamp. If not set on creation, the server will set it to the current time.
The display timestamp of the memo.
Required. The content of the memo in Markdown format.
The visibility of the memo.
Output only. The tags extracted from the content.
Whether the memo is pinned.
Output only. The name of the parent memo. Format: memos/{memo}
Output only. The snippet of the memo content. Plain text only.
Response
OK
The resource name of the memo. Format: memos/{memo}, memo is the user defined id or uuid.
The state of the memo.
The name of the creator. Format: users/{user}
The creation timestamp. If not set on creation, the server will set it to the current time.
The last update timestamp. If not set on creation, the server will set it to the current time.
The display timestamp of the memo.
Required. The content of the memo in Markdown format.
The visibility of the memo.
Output only. The tags extracted from the content.
Whether the memo is pinned.
Output only. The name of the parent memo. Format: memos/{memo}
Output only. The snippet of the memo content. Plain text only.