Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 15c88dc1

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Added sentiment to Tags and SubTags, modified create/update tag/subtag endpoints, added set instance sentiment endpoint

Zobrazit rozdíly:

Backend/Models/Tags/CreateSubTagRequest.cs
9 9
    public class CreateSubTagRequest
10 10
    {
11 11
        public string Name { get; set; }
12
        public string Description { get; set; }
12
        public string Description { get; set; } = "";
13 13
        public Guid TagId { get; set; }
14
        public bool SentimentEnabled { get; set; } = false;
14 15
    }
15 16
}

Také k dispozici: Unified diff