Fix #675 - return created_at in notifications API
parent
b899b3def2
commit
0ef0ea3e34
|
@ -1,6 +1,6 @@
|
||||||
object @notification
|
object @notification
|
||||||
|
|
||||||
attributes :id, :type
|
attributes :id, :type, :created_at
|
||||||
|
|
||||||
child from_account: :account do
|
child from_account: :account do
|
||||||
extends 'api/v1/accounts/show'
|
extends 'api/v1/accounts/show'
|
||||||
|
|
Loading…
Reference in New Issue