Docs feedback: Commit's Merge Requests api call description is unclear
Problem to solve
GitLab APIv4 description of call List Merge Requests associated with a commit is unclear. Currently, the call is described just as:
Get a list of Merge Requests related to the specified commit.
"Being related to" is fuzzy and can be misunderstood. Issue #289807 has an example of misunderstanding. Description should be clearer and possible to understand in only one way.
Further details
n/a
Proposal
Document clearly which merge requests exactly are included in the call response.
Who can address the issue
Must know details of how merge requests and commits are related in GitLab, and what the api call actually does.
Other links/references
- Issue #289807