organization
Update a label
patch/orgs/{org}/labels/{id}
Path parameters
orgstring required
name of the organization
idinteger required
id of the label to edit
Request body
Example request
{
"color": "#00aabb"
}Response
Label
Example response
{
"color": "00aabb"
}