Tags
The tag object
Fields
| Field | Type | Description |
|---|---|---|
| id | integer | The unique ID of the tag. |
| project_id | integer | The ID of the project this tag belongs to. |
| name | string | The display label of the tag. |
| color | string | The tag's color. One of |
| project | Project | The parent project. Returned when requested via |
| created_at | datetime | When the tag was created. |
| updated_at | datetime | When the tag was last updated. |