list_for_commit_comment | SELECT | comment_id, owner, repo | List the reactions to a commit comment. |
create_for_commit_comment | INSERT | comment_id, owner, repo, data__content | Create a reaction to a commit comment. A response with an HTTP 200 status means that you already added the reaction type to this commit comment. |
delete_for_commit_comment | DELETE | comment_id, owner, reaction_id, repo | Note: You can also specify a repository by repository_id using the route DELETE /repositories/:repository_id/comments/:comment_id/reactions/:reaction_id .
Delete a reaction to a commit comment. |