diff --git a/README.md b/README.md index c41c60bc..33dd626a 100644 --- a/README.md +++ b/README.md @@ -512,6 +512,7 @@ Sort can be `time`, `active` or `score`. Supported sort order with prefix -/+, i }{} ``` * `GET /api/v1/count?site=site-id&url=post-url` - get comment's count for `{url}` +* `POST /api/v1/count?site=siteID` - get number of comments for posts from post body (list of post IDs) * `GET /api/v1/list?site=site-id&limit=5&skip=2` - list commented posts, returns array or `PostInfo`, limit=0 will return all posts ```go type PostInfo struct {