Commit 80b76e08 authored by Karen Carias's avatar Karen Carias

added info about namespaces

parent d0d596ae
......@@ -176,3 +176,17 @@ Parameters:
- `id` (required) - The ID or path of a user group
- `user_id` (required) - The ID of a group member
## Namespaces in groups
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
```
per_page=100
```
And to switch pages add
```
page=2
```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment