GitLab Merge Requests API

The GitLab Merge Requests API enables programmatic management of merge requests across projects and groups. It supports creating, listing, updating, approving, and merging merge requests, as well as managing reviewers, assignees, and merge request metadata for code review workflows.

API entry from apis.yml

apis.yml Raw ↑
aid: gitlab:apiv4merge-requests
name: GitLab Merge Requests API
tags:
- Code Review
- Collaboration
- Merge Requests
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://gitlab.com/api/v4
humanURL: https://docs.gitlab.com/api/merge_requests/
overlays: []
properties:
- url: https://docs.gitlab.com/api/merge_requests/
  type: Documentation
- url: https://docs.gitlab.com/api/rest/authentication/
  type: Authentication
description: The GitLab Merge Requests API enables programmatic management of merge requests across projects
  and groups. It supports creating, listing, updating, approving, and merging merge requests, as well
  as managing reviewers, assignees, and merge request metadata for code review workflows.