summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/users.py
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-12-13 17:56:37 -0800
committerJohn L. Villalovos <john@sodarock.com>2021-12-13 17:56:37 -0800
commita246ce8a942b33c5b23ac075b94237da09013fa2 (patch)
tree28f5b05fa77c837df3aaba1dc970fc587feb007c /gitlab/v4/objects/users.py
parent170a4d94acb661cba88e7c55c8ce0b33fa89e845 (diff)
downloadgitlab-jlvillal/squash_option.tar.gz
feat: add support for `squash_option` in Projectsjlvillal/squash_option
There is an optional `squash_option` parameter which can be used when creating Projects and UserProjects. Closes #1744
Diffstat (limited to 'gitlab/v4/objects/users.py')
-rw-r--r--gitlab/v4/objects/users.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/v4/objects/users.py b/gitlab/v4/objects/users.py
index 568e019..53376a9 100644
--- a/gitlab/v4/objects/users.py
+++ b/gitlab/v4/objects/users.py
@@ -500,6 +500,7 @@ class UserProjectManager(ListMixin, CreateMixin, RESTManager):
"merge_requests_enabled",
"wiki_enabled",
"snippets_enabled",
+ "squash_option",
"public",
"visibility",
"description",