From 014ca19f4ece90ddac8bd6b0e0a559826ff490ae Mon Sep 17 00:00:00 2001 From: Evandro Jr Date: Tue, 11 Nov 2014 11:51:11 -0300 Subject: [PATCH] fix api usage example --- lib/api/v1/articles.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/v1/articles.rb b/lib/api/v1/articles.rb index c62affc..c8d3b88 100644 --- a/lib/api/v1/articles.rb +++ b/lib/api/v1/articles.rb @@ -13,7 +13,7 @@ module API # limit - amount of comments returned. The default value is 20 # # Example Request: - # GET /articles?from=2013-04-04-14:41:43&until=2014-04-04-14:41:43&limit=10&content_type=Hub + # GET /api/v1/articles?from=2013-04-04-14:41:43&until=2014-04-04-14:41:43&limit=10&content_type=Hub # desc 'Articles.', { # :params => API::Entities::Article.documentation # } -- libgit2 0.21.2