Thanks to visit codestin.com Credit goes to github.com
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 7be09e5 commit 348f56eCopy full SHA for 348f56e
gitlab/v4/objects/events.py
@@ -39,7 +39,7 @@ class Event(RESTObject):
39
class EventManager(ListMixin, RESTManager):
40
_path = "/events"
41
_obj_cls = Event
42
- _list_filters = ("action", "target_type", "before", "after", "sort")
+ _list_filters = ("action", "target_type", "before", "after", "sort", "scope")
43
44
45
class GroupEpicResourceLabelEvent(RESTObject):
0 commit comments