list_for_release | SELECT | owner, release_id, repo | List the reactions to a release. |
create_for_release | INSERT | owner, release_id, repo, data__content | Create a reaction to a release. A response with a Status: 200 OK means that you already added the reaction type to this release. |
delete_for_release | DELETE | owner, reaction_id, release_id, repo | Note: You can also specify a repository by repository_id using the route DELETE delete /repositories/:repository_id/releases/:release_id/reactions/:reaction_id .
Delete a reaction to a release. |