Skip to main content

GetChangeRequestComment

get change request comment

Path Parameters
  • owner required

    The owner of the repository, generally called "username". The name is not case sensitive.

  • repo required

    repository name, the name is not case sensitive

  • pull_number

    The number of the change request (short ID within the repo)

Header Parameters
  • Authorization required

    Oauth2 token or private token (needs to start with Bearer plus a space)

Responses

success

GET /repos/:owner/:repo/pulls/comments/:comment_id

Request

Base URL
https://api.atomgit.com
owner — path required
repo — path required
Authorization — header required
pull_number — path
curl -L -X GET 'https://api.atomgit.com/repos/:owner/:repo/pulls/comments/:comment_id'