The source project of this merge request has been removed.
Added description parameter support to Create and Update MR API endpoints
Sometime in the past the GitLab UI added a Description field to the Merge Request form, unfortunately the description was never added to the Create and Update MR API endpoints. This request will add the description parameter to both the Create and Update MR API endpoints in lib/api/merge_request.rb
This was reported by me in Issue 110.