Fix project_id field in MergeRequest API
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?