aboutsummaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
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