diff options
Diffstat (limited to 'doc/api/groups.md')
-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 |