Skip to content

Commit 4ec8975

Browse files
author
Gauvain Pocentek
committed
Update some group attributes
1 parent f082568 commit 4ec8975

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

gitlab/v4/objects.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,8 @@ class GroupProjectManager(ListMixin, RESTManager):
656656
_obj_cls = GroupProject
657657
_from_parent_attrs = {'group_id': 'id'}
658658
_list_filters = ('archived', 'visibility', 'order_by', 'sort', 'search',
659-
'ci_enabled_first')
659+
'ci_enabled_first', 'simple', 'owned', 'starred',
660+
'with_custom_attributes')
660661

661662

662663
class GroupSubgroup(RESTObject):
@@ -668,7 +669,7 @@ class GroupSubgroupManager(ListMixin, RESTManager):
668669
_obj_cls = GroupSubgroup
669670
_from_parent_attrs = {'group_id': 'id'}
670671
_list_filters = ('skip_groups', 'all_available', 'search', 'order_by',
671-
'sort', 'statistics', 'owned')
672+
'sort', 'statistics', 'owned', 'with_custom_attributes')
672673

673674

674675
class GroupVariable(SaveMixin, ObjectDeleteMixin, RESTObject):
@@ -739,7 +740,7 @@ class GroupManager(CRUDMixin, RESTManager):
739740
_path = '/groups'
740741
_obj_cls = Group
741742
_list_filters = ('skip_groups', 'all_available', 'search', 'order_by',
742-
'sort', 'statistics', 'owned', 'custom_attributes')
743+
'sort', 'statistics', 'owned', 'with_custom_attributes')
743744
_create_attrs = (
744745
('name', 'path'),
745746
('description', 'visibility', 'parent_id', 'lfs_enabled',

0 commit comments

Comments
 (0)