Request
Body Params application/json
Request Code Samples
curl --location --request PATCH 'http://localhost:9050/apis/v1/stories/00000000-0000-0000-0000-200000000000/comments/1a692474-377e-43ea-babf-d60e16ab92c1/reactions/21a5cf31-d868-48bf-8833-10b54187fed5' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "FIRE"
}'
Responses
application/json {
"toast": {
"title": "댓글 리액션 교체",
"description": "댓글의 리액션을 \"👍\"로 교체했습니다."
},
"payload": {
"id": "736c840e-87c3-463f-8f3d-fd93ad18c085",
"createdAt": "2025-01-12T01:36:27.459Z",
"updatedAt": "2025-01-12T01:39:54.564Z",
"deletedAt": null,
"type": "GOOD",
"userId": "00000000-0000-0000-0000-000000000000",
"postId": "00000000-0000-0000-0000-200000000000",
"commentId": "5348370c-0a03-4b17-a824-e46f1c6cfe62"
}
}
Modified at 2025-04-23 00:04:40