diff options
-rw-r--r-- | gitlab/v4/objects/branches.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/v4/objects/branches.py b/gitlab/v4/objects/branches.py index 8c6e86c..9befe79 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", |