We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffaf1d commit a7413cbCopy full SHA for a7413cb
gitlab/v4/objects.py
@@ -4788,6 +4788,10 @@ class ProjectManager(CRUDMixin, RESTManager):
4788
"avatar",
4789
"printing_merge_request_link_enabled",
4790
"ci_config_path",
4791
+ "template_name",
4792
+ "template_project_id",
4793
+ "use_custom_template",
4794
+ "group_with_project_templates_id",
4795
),
4796
)
4797
_update_attrs = (
@@ -4816,6 +4820,10 @@ class ProjectManager(CRUDMixin, RESTManager):
4816
4820
"tag_list",
4817
4821
4818
4822
4823
4824
4825
4826
4819
4827
4828
4829
_types = {"avatar": types.ImageAttribute}
0 commit comments