Skip to content

Update merge_requests.md.

username-removed-735408 requested to merge (removed):patch-1 into master

Error in 'Approve merge request' section in API documentation

What does this MR do?

Just fix an error in API Documentation in 'Approve Merge Request' section.

Url in documentation : POST /projects/:id/merge_requests/:merge_request_id/approvals

Should be : POST /projects/:id/merge_requests/:merge_request_id/approve

(Verified on gitlab 8.12.7-ee 40515169)

Merge request reports