Github API - Test Config

POST /teams/{team_id}/discussions/{discussion_number}/reactions
actions
teams
reactions

Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create reaction for a team discussion endpoint.

Create a reaction to a team discussion. OAuth access tokens require the write:discussion scope. A response with an HTTP 200 status means that you already added the reaction type to this team discussion.
Create reaction for a team discussion (Legacy)

Arguments
key team-id

team-id [scalar]

The unique identifier of the team.

API:
Github Open API
(version: 1.1.4)

key discussion-number

discussion-number [scalar]

The number that identifies the discussion.

API:
Github Open API
(version: 1.1.4)

Returns
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)
API:
Github Open API
(version: 1.1.4)