pub async fn reactions_slash_create_for_release(
configuration: &Configuration,
owner: &str,
repo: &str,
release_id: i32,
reactions_create_for_release_request: ReactionsCreateForReleaseRequest,
) -> Result<Reaction, Error<ReactionsSlashCreateForReleaseError>>Expand description
Create a reaction to a release. A response with a Status: 200 OK means that you already added the reaction type to this release.