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}, where memo is the user-defined UID.
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.
Required. The content of the memo in Markdown format.
The visibility of the memo. One of PRIVATE (creator only), PROTECTED (signed-in users), or PUBLIC (anyone). Defaults to PRIVATE on creation when unspecified.
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}, where memo is the user-defined UID.
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.
Required. The content of the memo in Markdown format.
The visibility of the memo. One of PRIVATE (creator only), PROTECTED (signed-in users), or PUBLIC (anyone). Defaults to PRIVATE on creation when unspecified.
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.