diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-11-18 06:45:35 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-11-18 06:45:35 +0000 |
commit | 842ad951bb254e328d6517ebc07b2492215c405f (patch) | |
tree | 6f44564c70448add1b48b303f3920d0e81f0879b /doc | |
parent | 4a89018e00465cb43ceae3eb218616d5d59f8e41 (diff) | |
parent | 1ab95055e7fdbc8b110d0df731ec082798d22f93 (diff) | |
download | gitlab-ce-842ad951bb254e328d6517ebc07b2492215c405f.tar.gz |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/groups.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md index 6a6e94195a7..c1b5737c247 100644 --- a/doc/api/groups.md +++ b/doc/api/groups.md @@ -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 |