We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8173021 + f493b73 commit c5904c4Copy full SHA for c5904c4
1 file changed
gitlab/v4/objects.py
@@ -4806,6 +4806,10 @@ class ProjectManager(CRUDMixin, RESTManager):
4806
"avatar",
4807
"printing_merge_request_link_enabled",
4808
"ci_config_path",
4809
+ "template_name",
4810
+ "template_project_id",
4811
+ "use_custom_template",
4812
+ "group_with_project_templates_id",
4813
),
4814
)
4815
_update_attrs = (
0 commit comments