v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
organization

Create a label for an organization

post/orgs/{org}/labels

Path parameters

orgstring required

name of the organization

Request body

colorstring required
descriptionstring

Description provides additional context about the label's purpose

exclusiveboolean
is_archivedboolean
namestring required

Name is the display name for the new label

Example request

{
  "color": "#00aabb"
}

Response

Label

colorstring
descriptionstring

Description provides additional context about the label's purpose

exclusiveboolean
idinteger

ID is the unique identifier for the label

is_archivedboolean
namestring

Name is the display name of the label

urlstring

URL is the API endpoint for accessing this label

Example response

{
  "color": "00aabb"
}