summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorMark Fletcher <mark@gitlab.com>2017-11-17 14:04:20 +0000
committerMark Fletcher <mark@gitlab.com>2017-11-17 14:04:20 +0000
commit1ab95055e7fdbc8b110d0df731ec082798d22f93 (patch)
treef6df811251f0c7c3b7c0cafe9936654a048546a2 /doc/api
parent304ceb144cca36dbcefcfb508b0dac220f76c9e1 (diff)
downloadgitlab-ce-1ab95055e7fdbc8b110d0df731ec082798d22f93.tar.gz
Document when Groups API `/subgroups` endpoint introduced
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/groups.md4
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