Skip to content

Commit

Permalink
Update news.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luc authored May 27, 2018
1 parent b474a16 commit 0afb44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Get News
| ------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `page: number` | false | `GET /v2/news.json?page=2` will get page two of the available entries |
| `since: date` | false | `GET /v2/news.json?since=1527450408` will get all news created after the unix timestamp. |
| `id: number` | false | `GET /v2/news.json?id=1` will get the news with the id 1. | |
| `id: number` | false | `GET /v2/news.json?id=1` will get the news with the id 1. |
| `per_page: number` | false | `GET /v2/news.json?per_page=50` will limit results to 50 per page.
| |
| `language: string` | false | `GET /v2/news.json?language=lb` will get all news of language lb.
Expand Down

0 comments on commit 0afb44f

Please sign in to comment.