Skip to main content

GetRepoFileBlame

GetRepoFileBlame

Path Parameters
  • owner required

    The owner of the code repository is generally referred to as the "username". The name is not case sensitive.

  • repo required

    Code repository name. The name is not case sensitive.

Query Parameters
  • sha required

    sha value,like branchname,commitId

  • file_path

    The file path of blame to be queried

Header Parameters
  • Authorization required

    Oauth2 token or Privatetoken(start with Bearer and a space)

Responses

Success

Loading...