Skip to content

Commit

Permalink
Update comments.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luc authored May 27, 2018
1 parent 541a0ab commit 95a72d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion content/comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ Comments
| Parameter | Required | Example |
| ------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id: number` | false | `GET /v2/comments.json?id=1` will get the comment with the id 1.|
| `author: string` | false | `GET /v2/comments.json?author=luc` will get all comments from luc|
| `author: string` | false | `GET /v2/comments.json?author=luc` will get all comments from luc.|
| `since: date` | false | `GET /v2/comments.json?since=1527450408` will get all comments created after the unix timestamp.|

### `GET /v2/news/666/comments.json`




**Status Codes**
Expand Down

0 comments on commit 95a72d6

Please sign in to comment.