PUT/messagereplies/{messagereplyId}/react.json#merge
React to a Message Reply
Reactions are only available to users who have the new dashboard enabled via the beta program. In order to do use reactions you need to first enable this.
Path Params
- Name
messagereplyId
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK",
"reactions": {
"counts": {
"heart": "1",
"like": "0",
"joy": "0",
"frown": "0",
"dislike": "0"
},
"mine": [
"heart"
]
}
}