TaskTagDto

A TaskTag is a connection between a Task and a Tag. Each Task can have zero, one or many
TaskTags associated with it. TaskTags can be assigned and removed from the Task to help you
classify your Tasks and prioritize work.

Fields

FieldDescription
id
uuid
required
The unique identifier of this TaskTag.
name
string
optional
The common name of this TaskTag.
color
string
optional
The color that will be used to represent this Tag visually. This color
is automatically chosen by the application when a user creates a Tag.

You can choose specify any color that can be represented using HTML RGB
syntax such as #0088FF, in the format RRGGBB. You may not use names
for colors.