Skip to content

Commit adbcd83

Browse files
author
Conor Nevin
committed
feat: add support for include_subgroups filter
1 parent f39c68f commit adbcd83

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/gl_objects/groups.rst

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ You can filter and sort the result using the following parameters:
5050
``created_at``, ``updated_at`` and ``last_activity_at``
5151
* ``sort``: sort order: ``asc`` or ``desc``
5252
* ``ci_enabled_first``: return CI enabled groups first
53+
* ``include_subgroups``: include projects in subgroups
5354

5455
Create a group::
5556

gitlab/v4/objects.py

+1
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,7 @@ class GroupProjectManager(ListMixin, RESTManager):
10971097
"owned",
10981098
"starred",
10991099
"with_custom_attributes",
1100+
"include_subgroups",
11001101
)
11011102

11021103

0 commit comments

Comments
 (0)