diff options
| author | rr- | 2016-05-09 22:39:04 +0200 |
|---|---|---|
| committer | rr- | 2016-05-09 22:39:04 +0200 |
| commit | a668d3ef341b143bc647a2f2f2d5ece566dba7c3 (patch) | |
| tree | 5ea4f51de382c49e44acfb795ff0aaac7b89613e /API.md | |
| parent | fcbfa90879a860090352bb078d22d1f75b7e2713 (diff) | |
server/tags: output tag category usages
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1403,7 +1403,8 @@ experience. ```json5 { "name": <name>, - "color": <color> + "color": <color>, + "usages": <usages> } ``` @@ -1411,6 +1412,7 @@ experience. - `<name>`: the category name. - `<color>`: the category color. +- `<usages>`: how many tags is the given category used with. ## Detailed tag category **Description** |