Skip to content

Commit 57013a7

Browse files
author
hubot
committed
Merge pull request github#650 from github/update-1417434711
2 parents 62abd91 + 9c67472 commit 57013a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/v3/activity/events.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Events | GitHub API
44

55
# Events
66

7-
This is a read-only API to the GitHub events. These events power the
7+
This is a read-only API to the GitHub events. These events power the
88
various activity streams on the site.
99

1010
* TOC
@@ -31,6 +31,10 @@ Events support [pagination](/v3/#pagination),
3131
however the `per_page` option is unsupported. The fixed page size is 30 items.
3232
Fetching up to ten pages is supported, for a total of 300 events.
3333

34+
Only events created within 90 days will be included in timelines. Events
35+
older than 90 days will not be included (even if the total number of events
36+
in the timeline is less than 300).
37+
3438
All Events have the same response format:
3539

3640
<%= headers 200, :pagination => { :next => 'https://api.github.com/resource?page=2' } %>

0 commit comments

Comments
 (0)