PUT
/api/cp/chat/chatroom_message_reaction/{identifier}
curl \
--request PUT 'https://replace-with-own-host.iw-erp.de/api/cp/chat/chatroom_message_reaction/{identifier}' \
--header "x-session-token: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"data":{"id":42,"emoji":"string"}}'
Request examples
{
"data": {
"id": 42,
"emoji": "string"
}
}
Response examples (200)
{
"id": 42,
"emoji": "string"
}