Fix #675 - return created_at in notifications API

master
Eugen Rochko 7 years ago
parent d7c6c6dbe1
commit 9bf4c34919
  1. 2
      app/views/api/v1/notifications/show.rabl

@ -1,6 +1,6 @@
object @notification
attributes :id, :type
attributes :id, :type, :created_at
child from_account: :account do
extends 'api/v1/accounts/show'

Loading…
Cancel
Save