Lists all open merge operations for a repository, optionally filtered by base_id (target branch) and other_id (source branch/commit). Results are sorted with the current user’s merges first, then by creation time. Each merge includes basic information without conflict details. Requires READ access to the repository.
This API uses OAuth 2 with the implicit grant flow
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
3 - 128"example_id"
A reference to a base unto which changes will be applied
3 - 128"example_id"
A reference to a source version from which changes will be taken
3 - 128"example_id"