Skip to content

Commit

Permalink
Added additional parameter documentation for comment endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 18, 2017
1 parent de69559 commit 640aafa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 640aafa

Please sign in to comment.