We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce5770 commit 3514b2bCopy full SHA for 3514b2b
gitlab/v4/objects/runners.py
@@ -7,7 +7,6 @@
7
CRUDMixin,
8
DeleteMixin,
9
ListMixin,
10
- NoUpdateMixin,
11
ObjectDeleteMixin,
12
SaveMixin,
13
)
@@ -120,7 +119,7 @@ class GroupRunner(ObjectDeleteMixin, RESTObject):
120
119
pass
121
122
123
-class GroupRunnerManager(NoUpdateMixin, RESTManager):
+class GroupRunnerManager(ListMixin, RESTManager):
124
_path = "/groups/%(group_id)s/runners"
125
_obj_cls = GroupRunner
126
_from_parent_attrs = {"group_id": "id"}
0 commit comments