v52

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

UpsertMemoReaction adds or updates the authenticated user's reaction on a memo. The reaction's content_id is the memo's resource name (memos/{memo}).

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

Path parameters

memostring required

The memo id.

Request body

namestring required

Required. The resource name of the memo. Format: memos/{memo}

Response

OK

namestring

The resource name of the reaction. Format: memos/{memo}/reactions/{reaction}

creatorstring

The resource name of the creator. Format: users/{user}

contentIdstring required

The resource name of the content. For memo reactions, this should be the memo's resource name. Format: memos/{memo}

reactionTypestring required

Required. The type of reaction (e.g., "👍", "❤️", "😄").

createTimestring date-time

Output only. The creation timestamp.