MemoService
CreateMemo creates a memo. The request body is a Memo; set its content (Markdown) and visibility (PRIVATE | PROTECTED | PUBLIC, default PRIVATE). The memo is owned by the authenticated user; requires authentication.
post/api/v1/memos
Query parameters
memoIdstring
Optional. The memo ID to use for this memo. If empty, a unique ID will be generated. Format: ^a-zA-Z0-9?$
Request body
Response
OK