mirror of
https://github.com/sismics/docs.git
synced 2025-12-13 17:56:20 +00:00
Parent tag in GET /tag/stats
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user