Update a label

PATCH {{baseUrl}}/repos/:owner/:repo/labels/:name

Request Body

{"new_name"=>"<string>", "color"=>"<string>", "description"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;id&quot;:208045946,&quot;node_id&quot;:&quot;MDU6TGFiZWwyMDgwNDU5NDY=&quot;,&quot;url&quot;:&quot;https://api.github.com/repos/octocat/Hello-World/labels/bug%20:bug:&quot;,&quot;name&quot;:&quot;bug :bug:&quot;,&quot;description&quot;:&quot;Small bug fix required&quot;,&quot;color&quot;:&quot;b01f26&quot;,&quot;default&quot;:true}