API: merge request: post comment call
This commit is contained in:
parent
b32a8eea93
commit
93e8d426c5
2 changed files with 17 additions and 0 deletions
|
@ -69,5 +69,10 @@ module Gitlab
|
|||
:title, :closed, :merged
|
||||
expose :author, :assignee, using: Entities::UserBasic
|
||||
end
|
||||
|
||||
class Note < Grape::Entity
|
||||
expose :author, using: Entities::UserBasic
|
||||
expose :note
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue