From 88d91f857ecd174e2558cdf692eaa1f50397bd35 Mon Sep 17 00:00:00 2001 From: Umputun Date: Wed, 16 May 2018 11:46:05 -0500 Subject: [PATCH] mention active sort as valid key --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0b9f6fe..912f505b 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ type Node struct { } ``` -Sort can be `time` or `score`. Supported sort order with prefix -/+, i.e. `-time`. For `tree` mode sort will be applied to top-level comments only and all replies always sorted by time. +Sort can be `time`, `active` or `score`. Supported sort order with prefix -/+, i.e. `-time`. For `tree` mode sort will be applied to top-level comments only and all replies always sorted by time. * `PUT /api/v1/comment/{id}?site=site-id&url=post-url` - edit comment, allowed once in 5min since creation