aboutsummaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorrr-2016-04-29 11:47:18 +0200
committerrr-2016-04-29 12:58:56 +0200
commitc55fb2ef4190640e3c79e0c7a9160738e08de6c4 (patch)
treefe4a6fe22915838c8c5e779764f7210a388c1ba9 /API.md
parent21fd25dd1229e23fb3fdd43cd5567abbdb4f4936 (diff)
server/tags: output tag usage count
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 3da187e..419527c 100644
--- a/API.md
+++ b/API.md
@@ -1273,7 +1273,8 @@ A single tag. Tags are used to let users search for posts.
"implications": <implications>,
"suggestions": <suggestions>,
"creationTime": <creation-time>,
- "lastEditTime": <last-edit-time>
+ "lastEditTime": <last-edit-time>,
+ "usages": <usage-count>
}
```
@@ -1288,6 +1289,7 @@ A single tag. Tags are used to let users search for posts.
the user by the web client on usage.
- `<creation-time>`: time the tag was created, formatted as per RFC 3339.
- `<last-edit-time>`: time the tag was edited, formatted as per RFC 3339.
+- `<usage-count>`: the number of posts the tag was used in.
## Detailed tag
**Description**

© 2015 - 2026 Jakob L. Kreuze