Remove incorrect 'default' values from method description

This commit is contained in:
Tomasz Maczukin 2015-12-31 23:01:28 +01:00
parent 44dd4782f0
commit 628297fe56
1 changed files with 2 additions and 2 deletions

View File

@ -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