summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects.py
diff options
context:
space:
mode:
authorMax Wittig <max.wittig95@gmail.com>2019-11-07 08:10:04 +0100
committerGitHub <noreply@github.com>2019-11-07 08:10:04 +0100
commit1f182302c206502f5202d1707fef69adf527fea7 (patch)
tree395219a5d27375e733396a02887c133c3d845b47 /gitlab/v4/objects.py
parentf39c68fd0b180ba72dd11e3cbad932d16d4bb484 (diff)
parentadbcd83fa172af2f3929ba063a0e780395b102d8 (diff)
downloadgitlab-1f182302c206502f5202d1707fef69adf527fea7.tar.gz
Merge pull request #932 from ConorNevin/master
Add support for include_subgroups filter
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r--gitlab/v4/objects.py1
1 files changed, 1 insertions, 0 deletions
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",
)