diff --git a/gitlab/v4/objects/branches.py b/gitlab/v4/objects/branches.py index 8c6e86ce5..9befe79a4 100644 --- a/gitlab/v4/objects/branches.py +++ b/gitlab/v4/objects/branches.py @@ -42,6 +42,7 @@ class ProjectProtectedBranchManager(NoUpdateMixin, RESTManager): "push_access_level", "merge_access_level", "unprotect_access_level", + "allow_force_push", "allowed_to_push", "allowed_to_merge", "allowed_to_unprotect",