Revize 7fdd5fa0
Přidáno uživatelem Vojtěch Bartička před téměř 3 roky(ů)
Backend/Models/Tags/TagCategoryInfo.cs | ||
---|---|---|
7 | 7 |
public string Description { get; set; } |
8 | 8 |
public string Color { get; set; } |
9 | 9 |
public List<TagInfo> Tags { get; set; } |
10 |
public bool DisabledForAnnotators { get; set; } |
|
11 |
|
|
10 | 12 |
} |
11 | 13 |
} |
Také k dispozici: Unified diff
Added disabled for annotators to GET /tags DTO