Commit d6aec3fc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Allow specify path when create project via api

parent 8da4d15f
...@@ -73,6 +73,7 @@ module API ...@@ -73,6 +73,7 @@ module API
post do post do
required_attributes! [:name] required_attributes! [:name]
attrs = attributes_for_keys [:name, attrs = attributes_for_keys [:name,
:path,
:description, :description,
:default_branch, :default_branch,
:issues_enabled, :issues_enabled,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment