v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-037389158.9 KB
MemoService

CreateMemoShare creates a share link for a memo. Requires authentication as the memo creator.

post/api/v1/memos/{memo}/shares

Path parameters

memostring required

The memo id.

Request body

namestring

The resource name of the share. Format: memos/{memo}/shares/{share} The {share} segment is the opaque token used in the share URL.

createTimestring date-time

Output only. When this share link was created.

expireTimestring date-time

Optional. When set, the share link stops working after this time. If unset, the link never expires.

Response

OK

namestring

The resource name of the share. Format: memos/{memo}/shares/{share} The {share} segment is the opaque token used in the share URL.

createTimestring date-time

Output only. When this share link was created.

expireTimestring date-time

Optional. When set, the share link stops working after this time. If unset, the link never expires.