Data model describing the structure of a tag and its data properties.
Property name | Property type | Description |
---|---|---|
id | String | Unique identifier of the tag. |
color | String | Background color of the tag. Possible color name values: - red - magenta - violet - light_green - green - dark_green - cyan - blue - dark_blue - yellow - gray - black Default: red |
title | String | required Text of the tag: case-sensitive. Must be unique. Max. length: 120 characters, spaces included. |
{
"id": 3074457360496942196,
"color": "dark_green",
"title": "todo"
}