aboutsummaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorrr-2016-05-09 22:39:04 +0200
committerrr-2016-05-09 22:39:04 +0200
commita668d3ef341b143bc647a2f2f2d5ece566dba7c3 (patch)
tree5ea4f51de382c49e44acfb795ff0aaac7b89613e /API.md
parentfcbfa90879a860090352bb078d22d1f75b7e2713 (diff)
server/tags: output tag category usages
Diffstat (limited to 'API.md')
-rw-r--r--API.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/API.md b/API.md
index ae10e3d..432d579 100644
--- a/API.md
+++ b/API.md
@@ -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**

© 2015 - 2026 Jakob L. Kreuze