Commit 32f20c906b7d8f402e7d71889d1af3343b0e2eec
1 parent
15a50cf4
Exists in
theme-brasil-digital-from-staging
and in
9 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 | # } |