issue
Get a single label
get/repos/{owner}/{repo}/labels/{id}
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
idinteger required
id of the label to get
Response
Label
Example response
{
"color": "00aabb"
}