Fix example request url

This commit is contained in:
Tomasz Maczukin 2015-12-24 19:18:01 +01:00
parent f4e7a8893d
commit b5fef34f1e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module API
# page (optional) - The page number for pagination (default: 1)
# per_page (ooptional) - The value of items per page to show (default 30)
# Example Request:
# GET /projects/:id/builds/all
# GET /projects/:id/builds
get ':id/builds' do
all_builds = user_project.builds
builds = all_builds.order('created_at DESC')