Create MR API call does not support "description" parameter
Created by: gmessner
In the GitLab app you can create a merge request with a description, the Create MR API call does not support the "description" parameter, please add it. From the docs:
Create MR Creates a new merge request.
POST /projects/:id/merge_requests Parameters:
id (required) - The ID of a project source_branch (required) - The source branch target_branch (required) - The target branch assignee_id (optional) - Assignee user ID title (required) - Title of MR