Create project api not accepting some request params
Created by: bassrock
When using the create project api on GitLab 5.0, the params for wall_enabled are ignored.
Request Object: {"description":"ASFSDF","name":"asdsa","wiki_enabled":true,"default_branch":"master","issues_enabled":true,"merge_requests_enabled":true,"wall_enabled":true}
Response Object:
{"id":90,"name":"asdsa","description":"ASFSDF","default_branch":"master","owner":{"id":2,"username":"bob.test","email":"[email protected]","name":"Bob Test","state":"active","created_at":"2012-02-08T07:13:34Z"},"public":false,"path":"asdsa","path_with_namespace":"bob.test/asdsa","issues_enabled":true,"merge_requests_enabled":true,"wall_enabled":false,"wiki_enabled":true,"created_at":"2013-03-24T21:35:06Z","namespace":{"created_at":"2012-12-24T21:00:39Z","description":"","id":1,"name":"Bob Test","owner_id":2,"path":"daniel.brooks","updated_at":"2012-12-24T21:00:39Z"}}