diff options
author | Karen Carias <karen@gitlab.com> | 2015-05-28 16:49:08 +0000 |
---|---|---|
committer | Karen Carias <karen@gitlab.com> | 2015-05-28 16:49:08 +0000 |
commit | 41469e5c5d4ba2d665be75678d0966b922896bdf (patch) | |
tree | dcdb2d692395f893d5e1de3e5bb933f8445ad344 | |
parent | 80b76e084751c4bf026b53d49aabad83c0644701 (diff) | |
download | gitlab-ce-41469e5c5d4ba2d665be75678d0966b922896bdf.tar.gz |
fixed namespaces info
-rw-r--r-- | doc/api/groups.md | 6 |
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 |