Commit 25c4a5f65603568df6aa53d32369fd7fbc4e09ad
Exists in
staging
and in
4 other branches
Merge branch 'api' into stable
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/api/v1/articles.rb
... | ... | @@ -13,7 +13,7 @@ module API |
13 | 13 | # limit - amount of comments returned. The default value is 20 |
14 | 14 | # |
15 | 15 | # Example Request: |
16 | - # GET /articles?from=2013-04-04-14:41:43&until=2014-04-04-14:41:43&limit=10&content_type=Hub | |
16 | + # GET /api/v1/articles?from=2013-04-04-14:41:43&until=2014-04-04-14:41:43&limit=10&content_type=Hub | |
17 | 17 | # desc 'Articles.', { |
18 | 18 | # :params => API::Entities::Article.documentation |
19 | 19 | # } | ... | ... |