create project in namespace API fails
Created by: warroyo
I am getting the following error when trying to create a project in a namespace other than the users.
command: curl -k -XPOST -H "Content-Type: application/json" --data '{"name":"project_name","path":"gitrepo","namespace_id":"poc_group"}' https://mygitlabinstance.com/api/v3/projects
response: {"message":{"creator":["can't be blank"],"namespace":["can't be blank"],"base":["Can't check your ability to create project"]}}