Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf493b73

Browse files
committed
feat: add create from template args to ProjectManager
This commit adds the v4 Create project attributes necessary to create aproject from a project, instance, or group level template as documentedinhttps://docs.gitlab.com/ee/api/projects.html#create-project
1 parent4ffaf1d commitf493b73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎gitlab/v4/objects.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4788,6 +4788,10 @@ class ProjectManager(CRUDMixin, RESTManager):
47884788
"avatar",
47894789
"printing_merge_request_link_enabled",
47904790
"ci_config_path",
4791+
"template_name",
4792+
"template_project_id",
4793+
"use_custom_template",
4794+
"group_with_project_templates_id",
47914795
),
47924796
)
47934797
_update_attrs= (

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp