CreateMemo creates a memo.
Query parameters
Optional. The memo ID to use for this memo. If empty, a unique ID will be generated.
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}
Output only. The creation timestamp.
Output only. The last update timestamp.
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}
Output only. The creation timestamp.
Output only. The last update timestamp.
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.