Memo Service
Upsert Memo Reaction
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}).
Path Parameters
memo*string
The memo id.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/v1/memos/string/reactions" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "reaction": { "contentId": "string", "reactionType": "string" } }'{ "name": "string", "creator": "string", "contentId": "string", "reactionType": "string", "createTime": "2019-08-24T14:15:22Z"}