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
post do
required_attributes! [:name]
attrs = attributes_for_keys [:name,
:path,
:description,
:default_branch,
: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