Skip to content
Snippets Groups Projects
Commit b5fef34f authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Fix example request url

parent f4e7a889
No related branches found
No related tags found
1 merge request!2207Add builds API
Pipeline #
Loading
@@ -12,7 +12,7 @@ module API
Loading
@@ -12,7 +12,7 @@ module API
# page (optional) - The page number for pagination (default: 1) # page (optional) - The page number for pagination (default: 1)
# per_page (ooptional) - The value of items per page to show (default 30) # per_page (ooptional) - The value of items per page to show (default 30)
# Example Request: # Example Request:
# GET /projects/:id/builds/all # GET /projects/:id/builds
get ':id/builds' do get ':id/builds' do
all_builds = user_project.builds all_builds = user_project.builds
builds = all_builds.order('created_at DESC') builds = all_builds.order('created_at DESC')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment