reactions_slash_create_for_commit_comment

Function reactions_slash_create_for_commit_comment 

Source
pub async fn reactions_slash_create_for_commit_comment(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    comment_id: i32,
    reactions_create_for_commit_comment_request: ReactionsCreateForCommitCommentRequest,
) -> Result<Reaction, Error<ReactionsSlashCreateForCommitCommentError>>
Expand description

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.