Skip to content
Snippets Groups Projects
Commit 1694dc8f authored by Micah Huff's avatar Micah Huff
Browse files

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

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