Reverting merge requests via API
Problem to solve
Merge Requests API (https://docs.gitlab.com/ee/api/merge_requests.html) apparently doesn't provide a way to revert merge requests. The functionality is there in the web app, but surprisingly not in the API.
Further details
N/A
Proposal
Extend Merge Request API with revert merge request command.
What does success look like, and how can we measure that?
The command is there in the API and works the same way it does in the web app.