Skip to content

Commit

Permalink
feat(api): add support for events scope parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
weber-s authored and nejch committed May 3, 2023
1 parent 7be09e5 commit 348f56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/v4/objects/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Event(RESTObject):
class EventManager(ListMixin, RESTManager):
_path = "/events"
_obj_cls = Event
_list_filters = ("action", "target_type", "before", "after", "sort")
_list_filters = ("action", "target_type", "before", "after", "sort", "scope")


class GroupEpicResourceLabelEvent(RESTObject):
Expand Down

0 comments on commit 348f56e

Please sign in to comment.