summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/gl_objects/groups.rst1
-rw-r--r--gitlab/v4/objects.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/gl_objects/groups.rst b/docs/gl_objects/groups.rst
index 7fcf980..0bc00d9 100644
--- a/docs/gl_objects/groups.rst
+++ b/docs/gl_objects/groups.rst
@@ -50,6 +50,7 @@ You can filter and sort the result using the following parameters:
``created_at``, ``updated_at`` and ``last_activity_at``
* ``sort``: sort order: ``asc`` or ``desc``
* ``ci_enabled_first``: return CI enabled groups first
+* ``include_subgroups``: include projects in subgroups
Create a group::
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index 7b9c8f3..ee659ed 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -1097,6 +1097,7 @@ class GroupProjectManager(ListMixin, RESTManager):
"owned",
"starred",
"with_custom_attributes",
+ "include_subgroups",
)