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
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
@@ -61,7 +61,7 @@ Name | Type | Description | Default
61
61
----|------|--------------|---------
62
62
`all`|`boolean` | If `true`, show notifications marked as read.|`false`
63
63
`participating`|`boolean` | If `true`, only shows notifications in which the user is directly participating or mentioned.|`false`
64
-
`since`|`time` | Filters out any notifications updated before the given time. The time should be passed in as UTC in the ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Example: "2012-10-09T23:39:01Z".|
64
+
`since`|`string` | Filters out any notifications updated before the given time. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.|
65
65
66
66
67
67
### Response
@@ -81,7 +81,7 @@ Name | Type | Description | Default
81
81
----|------|--------------|---------
82
82
`all`|`boolean` | If `true`, show notifications marked as read.|`false`
83
83
`participating`|`boolean` | If `true`, only shows notifications in which the user is directly participating or mentioned.|`false`
84
-
`since`|`time` | Filters out any notifications updated before the given time. The time should be passed in as UTC in the ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Example: "2012-10-09T23:39:01Z".|
84
+
`since`|`string` | Filters out any notifications updated before the given time. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.|
85
85
86
86
87
87
### Response
@@ -100,7 +100,7 @@ on GitHub.com](https://github.com/notifications).
100
100
101
101
Name | Type | Description | Default
102
102
----|------|--------------|---------
103
-
`last_read_at`|`time` | Describes the last point that notifications were checked. Anything updated since this time will not be updated. Expected in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`. Example: "2012-10-09T23:39:01Z".|Now.
103
+
`last_read_at`|`string` | Describes the last point that notifications were checked. Anything updated since this time will not be updated. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.| Now.
104
104
105
105
106
106
### Response
@@ -118,7 +118,7 @@ from the [default view on GitHub.com](https://github.com/notifications).
118
118
119
119
Name | Type | Description | Default
120
120
----|------|--------------|---------
121
-
`last_read_at`|`time` | Describes the last point that notifications were checked. Anything updated since this time will not be updated. Expected in ISO 8601 format: `YYYY|MM-DDTHH:MM:SSZ`. Example: "2012-10-09T23:39:01Z".|Now.
121
+
`last_read_at`|`string` | Describes the last point that notifications were checked. Anything updated since this time will not be updated. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.|Now.
Copy file name to clipboardExpand all lines: content/v3/git/commits.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Name | Type | Description | Default
45
45
-----|------|-------------|---------
46
46
`name`|`string` | The name of the author (or commiter) of the commit|
47
47
`email`|`string` | The email of the author (or commiter) of the commit|
48
-
`date`|`string` | Indicates when this commit was authored (or committed). The time should be passed in as UTC in the ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.|
48
+
`date`|`string` | Indicates when this commit was authored (or committed). This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.|
0 commit comments