added info about namespaces
This commit is contained in:
parent
d0d596ae4a
commit
80b76e0847
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue