Commit 1694dc8f authored by Micah Huff's avatar Micah Huff

Expose MergeRequest object as a notable in the API to allow for easy retrieval of comments

parent 7ba4f2dc
......@@ -3,7 +3,7 @@ module Gitlab
class Notes < Grape::API
before { authenticate! }
NOTEABLE_TYPES = [Issue, Snippet]
NOTEABLE_TYPES = [Issue, MergeRequest, Snippet]
resource :projects do
# Get a list of project wall notes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment