Enums§
- Reactions
Slash Create ForCommit Comment Error - struct for typed errors of method
reactions_slash_create_for_commit_comment
- Reactions
Slash Create ForIssue Comment Error - struct for typed errors of method
reactions_slash_create_for_issue_comment
- Reactions
Slash Create ForIssue Error - struct for typed errors of method
reactions_slash_create_for_issue
- Reactions
Slash Create ForPull Request Review Comment Error - struct for typed errors of method
reactions_slash_create_for_pull_request_review_comment
- Reactions
Slash Create ForRelease Error - struct for typed errors of method
reactions_slash_create_for_release
- Reactions
Slash Create ForTeam Discussion Comment InOrg Error - struct for typed errors of method
reactions_slash_create_for_team_discussion_comment_in_org
- Reactions
Slash Create ForTeam Discussion Comment Legacy Error - struct for typed errors of method
reactions_slash_create_for_team_discussion_comment_legacy
- Reactions
Slash Create ForTeam Discussion InOrg Error - struct for typed errors of method
reactions_slash_create_for_team_discussion_in_org
- Reactions
Slash Create ForTeam Discussion Legacy Error - struct for typed errors of method
reactions_slash_create_for_team_discussion_legacy
- Reactions
Slash Delete ForCommit Comment Error - struct for typed errors of method
reactions_slash_delete_for_commit_comment
- Reactions
Slash Delete ForIssue Comment Error - struct for typed errors of method
reactions_slash_delete_for_issue_comment
- Reactions
Slash Delete ForIssue Error - struct for typed errors of method
reactions_slash_delete_for_issue
- Reactions
Slash Delete ForPull Request Comment Error - struct for typed errors of method
reactions_slash_delete_for_pull_request_comment
- Reactions
Slash Delete ForRelease Error - struct for typed errors of method
reactions_slash_delete_for_release
- Reactions
Slash Delete ForTeam Discussion Comment Error - struct for typed errors of method
reactions_slash_delete_for_team_discussion_comment
- Reactions
Slash Delete ForTeam Discussion Error - struct for typed errors of method
reactions_slash_delete_for_team_discussion
- Reactions
Slash List ForCommit Comment Error - struct for typed errors of method
reactions_slash_list_for_commit_comment
- Reactions
Slash List ForIssue Comment Error - struct for typed errors of method
reactions_slash_list_for_issue_comment
- Reactions
Slash List ForIssue Error - struct for typed errors of method
reactions_slash_list_for_issue
- Reactions
Slash List ForPull Request Review Comment Error - struct for typed errors of method
reactions_slash_list_for_pull_request_review_comment
- Reactions
Slash List ForRelease Error - struct for typed errors of method
reactions_slash_list_for_release
- Reactions
Slash List ForTeam Discussion Comment InOrg Error - struct for typed errors of method
reactions_slash_list_for_team_discussion_comment_in_org
- Reactions
Slash List ForTeam Discussion Comment Legacy Error - struct for typed errors of method
reactions_slash_list_for_team_discussion_comment_legacy
- Reactions
Slash List ForTeam Discussion InOrg Error - struct for typed errors of method
reactions_slash_list_for_team_discussion_in_org
- Reactions
Slash List ForTeam Discussion Legacy Error - struct for typed errors of method
reactions_slash_list_for_team_discussion_legacy
Functions§
- reactions_
slash_ create_ for_ 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. - reactions_
slash_ create_ for_ issue - Create a reaction to an issue. A response with an HTTP
200
status means that you already added the reaction type to this issue. - reactions_
slash_ create_ for_ 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. - reactions_
slash_ create_ for_ pull_ request_ review_ comment - Create a reaction to a pull request review comment. A response with an HTTP
200
status means that you already added the reaction type to this pull request review comment. - reactions_
slash_ create_ for_ release - Create a reaction to a release. A response with a
Status: 200 OK
means that you already added the reaction type to this release. - reactions_
slash_ create_ for_ team_ discussion_ comment_ in_ org - Create a reaction to a team discussion comment. A response with an HTTP
200
status means that you already added the reaction type to this team discussion comment. Note: You can also specify a team byorg_id
andteam_id
using the routePOST /organizations/:org_id/team/:team_id/discussions/:discussion_number/comments/:comment_number/reactions
. OAuth app tokens and personal access tokens (classic) need thewrite:discussion
scope to use this endpoint. - reactions_
slash_ create_ for_ team_ discussion_ comment_ legacy - 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 comment" endpoint. Create a reaction to a team discussion comment. A response with an HTTP
200
status means that you already added the reaction type to this team discussion comment. OAuth app tokens and personal access tokens (classic) need thewrite:discussion
scope to use this endpoint. - reactions_
slash_ create_ for_ team_ discussion_ in_ org - Create a reaction to a team discussion. A response with an HTTP
200
status means that you already added the reaction type to this team discussion. Note: You can also specify a team byorg_id
andteam_id
using the routePOST /organizations/:org_id/team/:team_id/discussions/:discussion_number/reactions
. OAuth app tokens and personal access tokens (classic) need thewrite:discussion
scope to use this endpoint. - reactions_
slash_ create_ for_ team_ discussion_ legacy - 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. A response with an HTTP200
status means that you already added the reaction type to this team discussion. OAuth app tokens and personal access tokens (classic) need thewrite:discussion
scope to use this endpoint. - reactions_
slash_ delete_ for_ commit_ comment - Note: You can also specify a repository by
repository_id
using the routeDELETE /repositories/:repository_id/comments/:comment_id/reactions/:reaction_id
. Delete a reaction to a commit comment. - reactions_
slash_ delete_ for_ issue - Note: You can also specify a repository by
repository_id
using the routeDELETE /repositories/:repository_id/issues/:issue_number/reactions/:reaction_id
. Delete a reaction to an issue. - reactions_
slash_ delete_ for_ issue_ comment - Note: You can also specify a repository by
repository_id
using the routeDELETE delete /repositories/:repository_id/issues/comments/:comment_id/reactions/:reaction_id
. Delete a reaction to an issue comment. - reactions_
slash_ delete_ for_ pull_ request_ comment - Note: You can also specify a repository by
repository_id
using the routeDELETE /repositories/:repository_id/pulls/comments/:comment_id/reactions/:reaction_id.
Delete a reaction to a pull request review comment. - reactions_
slash_ delete_ for_ release - Note: You can also specify a repository by
repository_id
using the routeDELETE delete /repositories/:repository_id/releases/:release_id/reactions/:reaction_id
. Delete a reaction to a release. - reactions_
slash_ delete_ for_ team_ discussion - Note: You can also specify a team or organization with
team_id
andorg_id
using the routeDELETE /organizations/:org_id/team/:team_id/discussions/:discussion_number/reactions/:reaction_id
. Delete a reaction to a team discussion. OAuth app tokens and personal access tokens (classic) need thewrite:discussion
scope to use this endpoint. - reactions_
slash_ delete_ for_ team_ discussion_ comment - Note: You can also specify a team or organization with
team_id
andorg_id
using the routeDELETE /organizations/:org_id/team/:team_id/discussions/:discussion_number/comments/:comment_number/reactions/:reaction_id
. Delete a reaction to a team discussion comment. OAuth app tokens and personal access tokens (classic) need thewrite:discussion
scope to use this endpoint. - reactions_
slash_ list_ for_ commit_ comment - List the reactions to a commit comment.
- reactions_
slash_ list_ for_ issue - List the reactions to an issue.
- reactions_
slash_ list_ for_ issue_ comment - List the reactions to an issue comment.
- reactions_
slash_ list_ for_ pull_ request_ review_ comment - List the reactions to a pull request review comment.
- reactions_
slash_ list_ for_ release - List the reactions to a release.
- reactions_
slash_ list_ for_ team_ discussion_ comment_ in_ org - List the reactions to a team discussion comment. Note: You can also specify a team by
org_id
andteam_id
using the routeGET /organizations/:org_id/team/:team_id/discussions/:discussion_number/comments/:comment_number/reactions
. OAuth app tokens and personal access tokens (classic) need theread:discussion
scope to use this endpoint. - reactions_
slash_ list_ for_ team_ discussion_ comment_ legacy - 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
List reactions for a team discussion comment
endpoint. List the reactions to a team discussion comment. OAuth app tokens and personal access tokens (classic) need theread:discussion
scope to use this endpoint. - reactions_
slash_ list_ for_ team_ discussion_ in_ org - List the reactions to a team discussion. Note: You can also specify a team by
org_id
andteam_id
using the routeGET /organizations/:org_id/team/:team_id/discussions/:discussion_number/reactions
. OAuth app tokens and personal access tokens (classic) need theread:discussion
scope to use this endpoint. - reactions_
slash_ list_ for_ team_ discussion_ legacy - 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
List reactions for a team discussion
endpoint. List the reactions to a team discussion. OAuth app tokens and personal access tokens (classic) need theread:discussion
scope to use this endpoint.