Skip to content

생성 Tier 4

POST/comments/{id}/reactionsCopied!

댓글에 리액션을 추가해요.

접근 가능한 사용자

사용자

Request

Body

typestringrequired
추가할 리액션 이모지

Path

idstringrequired
댓글 ID

Response

Returns 201 Created.

없음

Example

bash
curl -X POST 'https://api.youvico.com/comments/6ba7b810-9dad-11d1-80b4-00c04fd430c8/reactions' \
  -H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...' \
  -H 'Content-Type: application/json' \
  -d '{
    "type": "👍"
  }'