issue
Create a label
post/repos/{owner}/{repo}/labels
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
Request body
Example request
{
"color": "#00aabb"
}Response
Label
Example response
{
"color": "00aabb"
}