You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3/activity/notifications.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,8 @@ Name | Type | Description
86
86
-----|------|--------------
87
87
`all`|`boolean` | If`true`, show notifications marked as read. Default:`false`
88
88
`participating`|`boolean` | If`true`, only shows notifications in which the user is directly participating or mentioned. Default:`false`
89
-
`since`|`string` |Filters out anynotifications updatedbefore the given time. This is a timestamp in ISO 8601 format:`YYYY-MM-DDTHH:MM:SSZ`. Default:`Time.now`
90
-
89
+
`since`|`string` |Only shownotifications updatedafter the given time. This is a timestamp in ISO 8601 format:`YYYY-MM-DDTHH:MM:SSZ`. Default:`Time.now`
90
+
`before`|`string` | Only show notifications updated before the given time. This is a timestamp in ISO 8601 format:`YYYY-MM-DDTHH:MM:SSZ`.
91
91
92
92
###Response
93
93
@@ -106,8 +106,8 @@ Name | Type | Description
106
106
-----|------|--------------
107
107
`all`|`boolean` | If`true`, show notifications marked as read. Default:`false`
108
108
`participating`|`boolean` | If`true`, only shows notifications in which the user is directly participating or mentioned. Default:`false`
109
-
`since`|`string` |Filters out anynotifications updatedbefore the given time. This is a timestamp in ISO 8601 format:`YYYY-MM-DDTHH:MM:SSZ`. Default:`Time.now`
110
-
109
+
`since`|`string` |Only shownotifications updatedafter the given time. This is a timestamp in ISO 8601 format:`YYYY-MM-DDTHH:MM:SSZ`. Default:`Time.now`
110
+
`before`|`string` | Only show notifications updated before the given time. This is a timestamp in ISO 8601 format:`YYYY-MM-DDTHH:MM:SSZ`.