Github API - Test Config

POST /repos/{owner}/{repo}/comments/{comment_id}/reactions
actions
repos
reactions

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.
Create reaction for a commit comment

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key comment-id

comment-id [scalar]

The unique identifier of the comment.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json reaction

reaction [object]

Reactions to conversations provide a way to help people express their feelings more simply and effectively.

Attributes
content string

The reaction to use

created_at string

id integer

node_id string

API:
Github Open API
(version: 1.1.4)
201 application/json reaction

reaction [object]

Reactions to conversations provide a way to help people express their feelings more simply and effectively.

Attributes
content string

The reaction to use

created_at string

id integer

node_id string

API:
Github Open API
(version: 1.1.4)
422 validation_failed

validation_failed [scalar]

Validation failed, or the endpoint has been spammed.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)