Skip to main content

CreateChangeRequestComment

Create 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, not case sensitive

Header Parameters
  • Authorization required

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

Request Body
  • body string

    comment content

  • commit_id string

    The corresponding commit sha value of the file to be commented, and the corresponding patchset submitted.

  • path string

    Relative path to the file to comment (value omitted if global comment).

  • line integer

    line number

Responses

created

Loading...