1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 09:46:17 +00:00

Parent tag in GET /tag/stats

This commit is contained in:
jendib
2015-11-02 23:54:07 +01:00
parent dc05ca0484
commit af23cd4948

View File

@@ -81,6 +81,7 @@ public class TagResource extends BaseResource {
.add("id", tagStatDto.getId())
.add("name", tagStatDto.getName())
.add("color", tagStatDto.getColor())
.add("parent", JsonUtil.nullable(tagStatDto.getParentId()))
.add("count", tagStatDto.getCount()));
}