Skip to main content

commit_comments

Overview

Namecommit_comments
TypeResource
Idgithub.reactions.commit_comments

Fields

NameDatatypeDescription
idinteger
created_atstring
node_idstring
userobjectA GitHub user.
contentstringThe reaction to use

Methods

NameAccessible byRequired ParamsDescription
list_for_commit_commentSELECTcomment_id, owner, repoList the reactions to a commit comment.
create_for_commit_commentINSERTcomment_id, owner, repo, data__contentCreate 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_commentDELETEcomment_id, owner, reaction_id, repoNote: 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.