create_merge_request_note_emoji_reaction
Add an emoji reaction to a merge request note or discussion thread reply. Specify the note ID and emoji name to express feedback.
Instructions
Add an emoji reaction to a merge request note. Pass discussion_id for discussion thread replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | Yes | The IID of a merge request | |
| note_id | Yes | The ID of a note (comment or thread reply) | |
| discussion_id | No | The ID of a discussion thread. Required for notes that are discussion replies; omit for top-level notes. | |
| name | Yes | Name of the emoji without colons (e.g. 'thumbsup', 'rocket', 'eyes') |