v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
miscellaneous

Returns all labels in a template

get/label/templates/{name}

Path parameters

namestring required

name of the template

Response

LabelTemplateInfo

colorstring
descriptionstring

Description provides additional context about the label template's purpose

exclusiveboolean
namestring

Name is the display name of the label template

Example response

[
  {
    "color": "00aabb"
  }
]