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"
}Changes
No recorded changes to this endpoint across all 5 revisions of this API.