Skip to main content

release_comments

Overview

Namerelease_comments
TypeResource
Idgithub.reactions.release_comments

Fields

NameDatatypeDescription
idinteger
created_atstring
node_idstring
userobjectA GitHub user.
contentstringThe reaction to use

Methods

NameAccessible byRequired ParamsDescription
list_for_releaseSELECTowner, release_id, repoList the reactions to a release.
create_for_releaseINSERTowner, release_id, repo, data__contentCreate 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_releaseDELETEowner, reaction_id, release_id, repoNote: 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.