Commit 014ca19f4ece90ddac8bd6b0e0a559826ff490ae
Committed by
Rodrigo Souto
1 parent
b406526e
Exists in
api_tasks
and in
4 other branches
fix api usage example
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,7 +13,7 @@ module API | ||
13 | # limit - amount of comments returned. The default value is 20 | 13 | # limit - amount of comments returned. The default value is 20 |
14 | # | 14 | # |
15 | # Example Request: | 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 | # desc 'Articles.', { | 17 | # desc 'Articles.', { |
18 | # :params => API::Entities::Article.documentation | 18 | # :params => API::Entities::Article.documentation |
19 | # } | 19 | # } |