diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-12 11:44:51 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-07-12 11:44:51 +0900 |
commit | cc748d5b9596053834b358ded4e113bbc747c21d (patch) | |
tree | 500029136e4d43307a24b964a07bc33ab17d5d63 /doc/api/groups.md | |
parent | e105232ccf4fd88d5beb64d91a5bd0171c1796c6 (diff) | |
download | gitlab-ce-docs-code-block-fences.tar.gz |
Add blank lines around code blocksdocs-code-block-fences
All code blocks should be surrounded by blank lines
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r-- | doc/api/groups.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md index d05e4b29fef..0d500f783aa 100644 --- a/doc/api/groups.md +++ b/doc/api/groups.md @@ -634,11 +634,13 @@ 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: + ``` /groups?per_page=100 ``` And to switch pages add: + ``` /groups?per_page=100&page=2 ``` |