mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 14:07:55 +01:00
Parent tag in GET /tag/stats
This commit is contained in:
parent
dc05ca0484
commit
af23cd4948
@ -81,6 +81,7 @@ public class TagResource extends BaseResource {
|
|||||||
.add("id", tagStatDto.getId())
|
.add("id", tagStatDto.getId())
|
||||||
.add("name", tagStatDto.getName())
|
.add("name", tagStatDto.getName())
|
||||||
.add("color", tagStatDto.getColor())
|
.add("color", tagStatDto.getColor())
|
||||||
|
.add("parent", JsonUtil.nullable(tagStatDto.getParentId()))
|
||||||
.add("count", tagStatDto.getCount()));
|
.add("count", tagStatDto.getCount()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user