Skip to content

반응 추가 Tier 4

POST/api/comments/:id/reactionsCopied!

댓글에 반응을 추가합니다.

요청

Path

idstringrequired
댓글 ID

Body

typestringrequired
유효한 유니코드 이모지

응답

204 No Content를 반환합니다. 응답 본문은 비어 있습니다.

예시

bash
curl -X POST 'https://api.youvico.com/api/comments/2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6/reactions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{ "type": "👍" }'

성공 시 204 No Content를 반환합니다.