Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
potomak committed Feb 5, 2017
1 parent 36a38c7 commit e20a4ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/pages/api_reference.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ Authorization: d994a295cf68342b99e3036827d3ef8a

* `page` a positive integer value to select a page in the range
[1, `total_pages`]
* `from` a ISO 8601 date time, selects tomatoes where `created_at` is greater
than or equals to the parameter value
* `to` a ISO 8601 date time, selects tomatoes where `created_at` is less than
the parameter value

#### Response

Expand Down

0 comments on commit e20a4ee

Please sign in to comment.