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
3 merge requests!2940Expanding repos and hooks paths in settings,!2842Expose MergeRequest object as a notable in the API to allow for easy ret...,!2770Capistrano deploy
Loading
Loading
@@ -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
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