Set comment reactions
plaky_set_comment_reactionsSet your reactions on a project comment, replacing existing ones. Remove all reactions by passing an empty array.
Instructions
Set the authenticated user's reactions on a comment. This OVERRIDES any existing reactions by the caller; pass an empty array to remove all of them. Each reaction is an emoji's unicode codepoint without the "U+" prefix (case-insensitive) — e.g. "1f44d" (thumbs up), "2705" (check mark), "2764" (heart).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Unique item identifier. | |
| boardId | Yes | Unique board identifier. | |
| spaceId | Yes | Unique space identifier. | |
| reactions | Yes | Emoji unicode codepoints (no "U+" prefix), e.g. ["1f44d"]. Empty array removes all. | |
| itemCommentId | Yes | Unique comment identifier. |