add attachemnts support for wall
This commit is contained in:
parent
4d378f3c9a
commit
124a5e270e
6 changed files with 56 additions and 6 deletions
|
@ -95,6 +95,7 @@ module Gitlab
|
|||
class Note < Grape::Entity
|
||||
expose :id
|
||||
expose :note, as: :body
|
||||
expose :attachment_identifier, as: :attachment
|
||||
expose :author, using: Entities::UserBasic
|
||||
expose :created_at
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue