diff options
author | Rémy Coutable <remy@rymai.me> | 2018-04-05 17:03:43 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-04-05 17:03:43 +0000 |
commit | 9685ab323ef9c3138734de6df456afcc9bd7463e (patch) | |
tree | 127fe5511e137093062dd16c9455b574a6e7ffcf | |
parent | 38bf19222487272ff301dcef7f16eb759f48d352 (diff) | |
parent | d7edda27da2387b0eed258904c114819f192ac83 (diff) | |
download | gitlab-ce-9685ab323ef9c3138734de6df456afcc9bd7463e.tar.gz |
Merge branch 'docs-45003-route-repository-commits-sha-merge_requests-is-broken-always-returns-404' into 'master'
Mention when "/commits/:sha/merge_requests/" endpoint was introduced
Closes #45003
See merge request gitlab-org/gitlab-ce!18205
-rw-r--r-- | doc/api/commits.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md index db0a80d04d9..d1584cf64de 100644 --- a/doc/api/commits.md +++ b/doc/api/commits.md @@ -539,6 +539,8 @@ Example response: ## List Merge Requests associated with a commit +> [Introduced][ce-18004] in GitLab 10.7. + Get a list of Merge Requests related to the specified commit. ``` @@ -608,3 +610,4 @@ Example response: [ce-6096]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6096 "Multi-file commit" [ce-8047]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8047 [ce-15026]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15026 +[ce-18004]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18004 |