Create Memo Share
CreateMemoShare creates a share link for a memo. Requires authentication as the memo creator.
Path Parameters
The memo id.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
MemoShare is an access grant that permits read-only access to a memo via an opaque bearer token.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/v1/memos/string/shares" \ -H "Content-Type: application/json" \ -d '{}'{ "name": "string", "createTime": "2019-08-24T14:15:22Z", "expireTime": "2019-08-24T14:15:22Z"}Create Memo Comment
CreateMemoComment atomically creates an independent memo plus one immutable COMMENT context relation to the named memo. The new memo keeps its own placement, visibility, authorship, and lifecycle.
Delete Memo
DeleteMemo deletes only the named memo and its owned resources. It removes incident relations but never deletes another memo.