diff options
author | Sebastian Ziebell <sebastian.ziebell@asquera.de> | 2013-03-07 15:11:33 +0100 |
---|---|---|
committer | Sebastian Ziebell <sebastian.ziebell@asquera.de> | 2013-03-07 15:11:33 +0100 |
commit | ecf53bb9e616b724bafc939d5e74744e774e3fd2 (patch) | |
tree | 79fd2aa14a2fbae63d58ae06ab08fcd535207ca0 /doc/api | |
parent | 3374027e3a4e4eb040e59294a9ced9d7886a71e2 (diff) | |
download | gitlab-ce-ecf53bb9e616b724bafc939d5e74744e774e3fd2.tar.gz |
API: fixes project creation and removed redundant info
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/repositories.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/repositories.md b/doc/api/repositories.md index 39a7b0ed779..90fda387947 100644 --- a/doc/api/repositories.md +++ b/doc/api/repositories.md @@ -217,8 +217,6 @@ Parameters: + `id` (required) - The ID of a project + `ref_name` (optional) - The name of a repository branch or tag or if not given the default branch -+ `page`(optional) - The page with the commits (pagination) -+ `per_page` (optional) - The number of commits per page (pagination) ```json [ |