issue
Update a label
patch/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 edit
Request body
Example request
{
"color": "#00aabb"
}Response
Label
Example response
{
"color": "00aabb"
}