summaryrefslogtreecommitdiff
path: root/lib/api/groups.rb
diff options
context:
space:
mode:
authorSebastian Ziebell <sebastian.ziebell@asquera.de>2013-03-07 15:11:33 +0100
committerSebastian Ziebell <sebastian.ziebell@asquera.de>2013-03-07 15:11:33 +0100
commitecf53bb9e616b724bafc939d5e74744e774e3fd2 (patch)
tree79fd2aa14a2fbae63d58ae06ab08fcd535207ca0 /lib/api/groups.rb
parent3374027e3a4e4eb040e59294a9ced9d7886a71e2 (diff)
downloadgitlab-ce-ecf53bb9e616b724bafc939d5e74744e774e3fd2.tar.gz
API: fixes project creation and removed redundant info
Diffstat (limited to 'lib/api/groups.rb')
-rw-r--r--lib/api/groups.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/api/groups.rb b/lib/api/groups.rb
index beb615195a8..52fa8eff33c 100644
--- a/lib/api/groups.rb
+++ b/lib/api/groups.rb
@@ -6,9 +6,6 @@ module Gitlab
resource :groups do
# Get a groups list
#
- # Parameters
- # page (optional) - The page number of the groups list
- # per_page (optional) - The number of elements per page
# Example Request:
# GET /groups
get do