repository

Get a note corresponding to a single commit from a repository

get/repos/{owner}/{repo}/git/notes/{sha}

Path parameters

ownerstring required

owner of the repo

repostring required

name of the repo

shastring required

a git ref or commit sha

Query parameters

verificationboolean

include verification for every commit (disable for speedup, default 'true')

filesboolean

include a list of affected files for every commit (disable for speedup, default 'true')

Response

Note

messagestring

The content message of the git note

Changes

No recorded changes to this endpoint across all 5 revisions of this API.