Skip to content

Commit 244da75

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 8dd735d commit 244da75

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/v3/activity/notifications.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Name | Type | Description
8686
-----|------|--------------
8787
`all`|`boolean` | If `true`, show notifications marked as read. Default: `false`
8888
`participating`|`boolean` | If `true`, only shows notifications in which the user is directly participating or mentioned. Default: `false`
89-
`since`|`string` | Filters out any notifications updated before the given time. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Default: `Time.now`
90-
89+
`since`|`string` | Only show notifications updated after 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`.
9191

9292
### Response
9393

@@ -106,8 +106,8 @@ Name | Type | Description
106106
-----|------|--------------
107107
`all`|`boolean` | If `true`, show notifications marked as read. Default: `false`
108108
`participating`|`boolean` | If `true`, only shows notifications in which the user is directly participating or mentioned. Default: `false`
109-
`since`|`string` | Filters out any notifications updated before the given time. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Default: `Time.now`
110-
109+
`since`|`string` | Only show notifications updated after 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`.
111111

112112
### Response
113113

0 commit comments

Comments
 (0)