organization
Create a label for an organization
post/orgs/{org}/labels
Path parameters
orgstring required
name of the organization
Request body
Example request
{
"color": "#00aabb"
}Response
Label
Example response
{
"color": "00aabb"
}name of the organization
{
"color": "#00aabb"
}Label
{
"color": "00aabb"
}