Skip to main content

TagDto

Tag data transfer object

createdAtstring<date-time>required

When the tag was created

Example: 2024-01-01T00:00:00Z
idstring<uuid>required

Tag ID

Example: 550e8400-e29b-41d4-a716-446655440020
namestringrequired

Tag name

Example: Completed
seriesCountinteger,null<int64>nullable

Number of series with this tag

Possible values: >= 0

Example: 15
TagDto
{
"createdAt": "2024-01-01T00:00:00Z",
"id": "550e8400-e29b-41d4-a716-446655440020",
"name": "Completed",
"seriesCount": 15
}