From 640aafac301cf36851b773e3ef76a8329a895ba2 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 18 Aug 2017 03:01:41 -0400 Subject: [PATCH] Added additional parameter documentation for comment endpoint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 245f1ed..642f7ae 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ There are numerous additional parameters that can be used when performing a comm | Parameter | Description | Default | Accepted Values | | ------ | ------ | ------- | ------ | | q | Search term. | N/A | String / Quoted String for phrases | +| ids | Get specific comments via their ids | N/A | Comma-delimited base36 ids | | size | Number of results to return | 25 | Integer <= 500 | fields | One return specific fields (comma delimited) | All Fields Returned | string or comma-delimited string | sort | Sort results in a specific order | "desc" | "asc", "desc"