diff options
-rw-r--r-- | gitlab/v4/objects.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index aac4dff..a76332c 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -4055,7 +4055,6 @@ class ProjectServiceManager(GetMixin, UpdateMixin, DeleteMixin, ListMixin, RESTM "branches_to_be_notified", ), ), - "builds-email": (("recipients",), ("add_pusher", "notify_only_broken_builds")), "pipelines-email": ( ("recipients",), ( |