Commit b5fef34f authored by Tomasz Maczukin's avatar Tomasz Maczukin

Fix example request url

parent f4e7a889
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment