summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects.py
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2020-03-23 11:39:05 -0400
committerGitHub <noreply@github.com>2020-03-23 11:39:05 -0400
commitc5904c4c2e79ec302ff0de20bcb2792be4924bbe (patch)
treebfb48f74909c8e399c85a9d2db5c27802fd35e14 /gitlab/v4/objects.py
parent8173021f996aca60756bfb248fdf8748d7a813df (diff)
parentf493b73e1fbd3c3f1a187fed2de26030f00a89c9 (diff)
downloadgitlab-c5904c4c2e79ec302ff0de20bcb2792be4924bbe.tar.gz
Merge pull request #1053 from lassimus/master
feat: add create from template args to ProjectManager
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r--gitlab/v4/objects.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index 96327b2..8852a1e 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -4806,6 +4806,10 @@ class ProjectManager(CRUDMixin, RESTManager):
"avatar",
"printing_merge_request_link_enabled",
"ci_config_path",
+ "template_name",
+ "template_project_id",
+ "use_custom_template",
+ "group_with_project_templates_id",
),
)
_update_attrs = (