diff options
| author | rr- | 2016-04-29 11:47:18 +0200 |
|---|---|---|
| committer | rr- | 2016-04-29 12:58:56 +0200 |
| commit | c55fb2ef4190640e3c79e0c7a9160738e08de6c4 (patch) | |
| tree | fe4a6fe22915838c8c5e779764f7210a388c1ba9 /API.md | |
| parent | 21fd25dd1229e23fb3fdd43cd5567abbdb4f4936 (diff) | |
server/tags: output tag usage count
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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** |