comment_id parameter
Create reaction for a commit comment
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.
Path Parameters
Body
application/json
Body
The reaction type to add to the commit comment.
Allowed values:+1-1laughconfusedhearthoorayrocketeyes
Response
application/json
Response
Reaction exists
Reaction
Reactions to conversations provide a way to help people express their feelings more simply and effectively.
Example:1
Example:MDg6UmVhY3Rpb24x
Simple User
Show Child Parameters
The reaction to use
Allowed values:+1-1laughconfusedhearthoorayrocketeyes
Example:heart
Example:2016-05-20T20:09:31Z
Path Parameters
Body
Delete a commit comment reaction
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.
Path Parameters
comment_id parameter
Response
204
Response
Response
Path Parameters
List reactions for an issue comment
List the reactions to an issue comment.
Query Parameters
Returns a single reaction type. Omit this parameter to list all reactions to an issue comment.
Allowed values:+1-1laughconfusedhearthoorayrocketeyes
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1
Path Parameters
comment_id parameter
Response
application/json
Response
Response
Reactions to conversations provide a way to help people express their feelings more simply and effectively.
Example:1
Example:MDg6UmVhY3Rpb24x
Simple User
Show Child Parameters
The reaction to use
Allowed values:+1-1laughconfusedhearthoorayrocketeyes
Example:heart
Example:2016-05-20T20:09:31Z
Path Parameters
Query Parameters
Create reaction for an issue comment
Create a reaction to an issue comment. A response with an HTTP 200
status means that you already added the reaction type to this issue comment.
Path Parameters
comment_id parameter
Body
application/json
Body
The reaction type to add to the issue comment.
Allowed values:+1-1laughconfusedhearthoorayrocketeyes
Response
application/json
Response
Reaction exists
Reaction
Reactions to conversations provide a way to help people express their feelings more simply and effectively.
Example:1
Example:MDg6UmVhY3Rpb24x
Simple User
Show Child Parameters
The reaction to use
Allowed values:+1-1laughconfusedhearthoorayrocketeyes
Example:heart
Example:2016-05-20T20:09:31Z
Path Parameters
Body
Delete an issue comment reaction
Note: You can also specify a repository by repository_id
using the route DELETE delete /repositories/:repository_id/issues/comments/:comment_id/reactions/:reaction_id
.
Delete a reaction to an issue comment.
Path Parameters
comment_id parameter
Response
204
Response
Response