diff options
| author | rr- | 2016-06-13 20:08:39 +0200 |
|---|---|---|
| committer | rr- | 2016-06-13 20:09:15 +0200 |
| commit | 6b68c77e177c79360af09fe737ebad147d8dd416 (patch) | |
| tree | 934b52c55aa2e27ea100e7989005ff27c9e0fb0c /API.md | |
| parent | c508d37d54daf166b3e1c39a76b1ce1f18cf2910 (diff) | |
server/posts: add relation-count token
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -593,6 +593,7 @@ data. | `comment-count` | having given number of comments | | `fav-count` | favorited by given number of users | | `note-count` | having given number of annotations | + | `relation-count` | having given number of relations | | `feature-count` | having been featured given number of times | | `type` | given type of posts. `<value>` can be either `image`, `animation` (or `animated` or `anim`), `flash` (or `swf`) or `video` (or `webm`). | | `file-size` | having given file size (in bytes) | @@ -630,6 +631,7 @@ data. | `comment-count` | most commented first | | `fav-count` | loved by most | | `note-count` | with most annotations | + | `relation-count` | with most relations | | `feature-count` | most often featured | | `file-size` | largest files first | | `image-width` | widest images first | |