Skip to content

Added description parameter support to Create and Update MR API endpoints

username-removed-20493 requested to merge (removed):issue-110 into master

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.

Merge request reports