diff options
-rw-r--r-- | gitlab/v4/objects.py | 4 |
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 = ( |