From 39f77ad9b46d78908531a303e8a237b40fd07e7e Mon Sep 17 00:00:00 2001 From: "Balasankar \"Balu\" C" Date: Mon, 18 Feb 2019 19:47:29 +0530 Subject: Let users set name/path on project fork using API --- lib/api/projects.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/api/projects.rb b/lib/api/projects.rb index 6a93ef9f3ad..bd5678f513f 100644 --- a/lib/api/projects.rb +++ b/lib/api/projects.rb @@ -258,6 +258,8 @@ module API end params do optional :namespace, type: String, desc: 'The ID or name of the namespace that the project will be forked into' + optional :path, type: String, desc: 'The path that will be assigned to the fork' + optional :name, type: String, desc: 'The name that will be assigned to the fork' end post ':id/fork' do Gitlab::QueryLimiting.whitelist('https://gitlab.com/gitlab-org/gitlab-ce/issues/42284') -- cgit v1.2.1