Merge branch 'docs-link-subgroups-api-mr' into 'master'

Document when Groups API `/subgroups` endpoint introduced

Closes #40247

See merge request gitlab-org/gitlab-ce!15453
This commit is contained in:
Achilleas Pipinellis 2017-11-18 06:45:35 +00:00
commit 842ad951bb

View file

@ -82,6 +82,8 @@ GET /groups?custom_attributes[key]=value&custom_attributes[other_key]=other_valu
## List a groups's subgroups
> [Introduced][ce-15142] in GitLab 10.3.
Get a list of visible direct subgroups in this group.
When accessed without authentication, only public groups are returned.
@ -513,3 +515,5 @@ And to switch pages add:
```
/groups?per_page=100&page=2
```
[ce-15142]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15142