diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2015-12-31 23:01:28 +0100 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2015-12-31 23:01:28 +0100 |
commit | 628297fe5692fc241c93ff34cece71132bfb9aed (patch) | |
tree | 5be0becc2c653505ec9fe1b5fd635b69bca1166d /lib/api/builds.rb | |
parent | 44dd4782f0f8956670eb76714747252189233ad3 (diff) | |
download | gitlab-ce-628297fe5692fc241c93ff34cece71132bfb9aed.tar.gz |
Remove incorrect 'default' values from method description
Diffstat (limited to 'lib/api/builds.rb')
-rw-r--r-- | lib/api/builds.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/api/builds.rb b/lib/api/builds.rb index a519224d2b8..92bf849824c 100644 --- a/lib/api/builds.rb +++ b/lib/api/builds.rb @@ -9,8 +9,8 @@ module API # Parameters: # id (required) - The ID of a project # scope (optional) - The scope of builds to show (one of: all, finished, running) - # page (optional) - The page number for pagination (default: 1) - # per_page (ooptional) - The value of items per page to show (default 30) + # page (optional) - The page number for pagination + # per_page (ooptional) - The value of items per page to show # Example Request: # GET /projects/:id/builds get ':id/builds' do |