Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorKaren Carias <karen@gitlab.com>2015-05-28 19:49:08 +0300
committerKaren Carias <karen@gitlab.com>2015-05-28 19:49:08 +0300
commit41469e5c5d4ba2d665be75678d0966b922896bdf (patch)
treedcdb2d692395f893d5e1de3e5bb933f8445ad344 /doc/api
parent80b76e084751c4bf026b53d49aabad83c0644701 (diff)
fixed namespaces info
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/groups.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md
index 0d493fe8192..421b067865d 100644
--- a/doc/api/groups.md
+++ b/doc/api/groups.md
@@ -181,12 +181,12 @@ Parameters:
By default, groups only get 20 namespaces at a time because the API results are paginated.
-To get more (up to 100), pass the following as an argument to the API call
+To get more (up to 100), pass the following as an argument to the API call:
```
per_page=100
```
-And to switch pages add
+And to switch pages add:
```
page=2
-```
+``` \ No newline at end of file