diff options
Diffstat (limited to 'gitlab/v4/objects/projects.py')
-rw-r--r-- | gitlab/v4/objects/projects.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gitlab/v4/objects/projects.py b/gitlab/v4/objects/projects.py index 14519db..74671c8 100644 --- a/gitlab/v4/objects/projects.py +++ b/gitlab/v4/objects/projects.py @@ -692,6 +692,7 @@ class ProjectManager(CRUDMixin, RESTManager): "show_default_award_emojis", "snippets_access_level", "snippets_enabled", + "squash_option", "tag_list", "template_name", "template_project_id", @@ -760,6 +761,7 @@ class ProjectManager(CRUDMixin, RESTManager): "show_default_award_emojis", "snippets_access_level", "snippets_enabled", + "squash_option", "suggestion_commit_message", "tag_list", "visibility", |