about summary refs log tree commit diff
path: root/app/views/api/v1/notifications/show.rabl
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-03-24 03:54:24 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-03-24 03:55:45 +0100
commit9bf4c34919c0ad09417394eaa246c8af9effe131 (patch)
treeb755f599280126ad804df35c5c17c8f2e83d959e /app/views/api/v1/notifications/show.rabl
parentd7c6c6dbe109544911f3fca5c547b55d1e79ccc2 (diff)
Fix #675 - return created_at in notifications API
Diffstat (limited to 'app/views/api/v1/notifications/show.rabl')
-rw-r--r--app/views/api/v1/notifications/show.rabl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/api/v1/notifications/show.rabl b/app/views/api/v1/notifications/show.rabl
index fe2218ed7..ca34f2d5d 100644
--- a/app/views/api/v1/notifications/show.rabl
+++ b/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'