list_for_pull_request_review_comment | SELECT | comment_id, owner, repo | List the reactions to a pull request review comment. |
create_for_pull_request_review_comment | INSERT | comment_id, owner, repo, data__content | Create a reaction to a pull request review comment. A response with an HTTP 200 status means that you already added the reaction type to this pull request review comment. |
delete_for_pull_request_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/pulls/comments/:comment_id/reactions/:reaction_id.
Delete a reaction to a pull request review comment. |