SharingTagDto
Sharing tag data transfer object
createdAtstring<date-time>required
Creation timestamp
Example:
2024-01-01T00:00:00Zdescriptionstring | nullnullable
Optional description
Example:
Content appropriate for childrenidstring<uuid>required
Unique sharing tag identifier
Example:
550e8400-e29b-41d4-a716-446655440000namestringrequired
Display name of the sharing tag
Example:
Kids ContentseriesCountinteger<int64>required
Number of series tagged with this sharing tag
Possible values: >= 0
Example:
42updatedAtstring<date-time>required
Last update timestamp
Example:
2024-01-15T10:30:00ZuserCountinteger<int64>required
Number of users with grants for this sharing tag
Possible values: >= 0
Example:
5SharingTagDto
{
"createdAt": "2024-01-01T00:00:00Z",
"description": "Content appropriate for children",
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Kids Content",
"seriesCount": 42,
"updatedAt": "2024-01-15T10:30:00Z",
"userCount": 5
}