Create a label

POST {{baseUrl}}/repos/:owner/:repo/labels

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&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&quot;,&quot;name&quot;:&quot;bug&quot;,&quot;description&quot;:&quot;Something isn&#39;t working&quot;,&quot;color&quot;:&quot;f29513&quot;,&quot;default&quot;:true}