API: don't expose 'updated_at' for notes
This commit is contained in:
parent
24047e1e8d
commit
2a98a060ca
2 changed files with 2 additions and 3 deletions
|
@ -73,7 +73,7 @@ module Gitlab
|
|||
expose :id
|
||||
expose :note, as: :body
|
||||
expose :author, using: Entities::UserBasic
|
||||
expose :updated_at, :created_at
|
||||
expose :created_at
|
||||
end
|
||||
|
||||
class MRNote < Grape::Entity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue