Skip to content

Commit 81c9d1f

Browse files
author
Gauvain Pocentek
committed
Add groups listing attributes
1 parent 79d2ca4 commit 81c9d1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitlab/v4/objects.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,8 @@ def transfer_project(self, to_project_id, **kwargs):
598598
class GroupManager(CRUDMixin, RESTManager):
599599
_path = '/groups'
600600
_obj_cls = Group
601+
_list_filters = ('skip_groups', 'all_available', 'search', 'order_by',
602+
'sort', 'statistics', 'owned')
601603
_create_attrs = (
602604
('name', 'path'),
603605
('description', 'visibility', 'parent_id', 'lfs_enabled',

0 commit comments

Comments
 (0)