Skip to content

Fix project_id field in MergeRequest API

gitlab-qa-bot requested to merge github/fork/marbindrakon/merge_request_api into master

Created by: marbindrakon

With the change to target and source project IDs for Merge Requests, the API was missing the project_id field. This patch adds target_project_id as project_id to the Merge Request API for backwards compatibility.

Perhaps target and source project IDs should be added as well?

Merge request reports