Merge request api docs: project_id vs source_project_id vs target_project_id
Summary
https://docs.gitlab.com/ee/api/merge_requests.html does not explain the meaning of project_id, as distinct from source_project_id and target_project_id. Looking at the code, I guess project_id == target_project_id, but I'm not sure enough of this to write a patch saying so.