Commit 628297fe authored by Tomasz Maczukin's avatar Tomasz Maczukin

Remove incorrect 'default' values from method description

parent 44dd4782
...@@ -9,8 +9,8 @@ module API ...@@ -9,8 +9,8 @@ module API
# Parameters: # Parameters:
# id (required) - The ID of a project # id (required) - The ID of a project
# scope (optional) - The scope of builds to show (one of: all, finished, running) # scope (optional) - The scope of builds to show (one of: all, finished, running)
# page (optional) - The page number for pagination (default: 1) # page (optional) - The page number for pagination
# per_page (ooptional) - The value of items per page to show (default 30) # per_page (ooptional) - The value of items per page to show
# Example Request: # Example Request:
# GET /projects/:id/builds # GET /projects/:id/builds
get ':id/builds' do get ':id/builds' do
......
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