English
Appearance
Adds a reaction to a comment.
await client.reactions.create("2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6", { type: "👍", });
youvico reaction create \ --comment 2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6 \ --type "👍"
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": "👍" }'
Returns 204 No Content on success.
204 No Content
id
string
type
Returns 204 No Content. The response body is empty.
Create Reaction Tier 4
Adds a reaction to a comment.
Example
Returns
204 No Contenton success.Request
Path
idstringrequiredBody
typestringrequiredResponse
Returns
204 No Content. The response body is empty.