From 91ad4fbcc8ecdd09d1f93422c220846db663c817 Mon Sep 17 00:00:00 2001 From: Vivek-Hotti Date: Mon, 8 Mar 2021 11:14:24 +0530 Subject: [PATCH] per_page paragraph removed --- content/rest/reference/activity.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/rest/reference/activity.md b/content/rest/reference/activity.md index d80553b6c335..ce3eed18cf69 100644 --- a/content/rest/reference/activity.md +++ b/content/rest/reference/activity.md @@ -33,8 +33,6 @@ $ -H 'If-None-Match: "a18c3bded88eb5dbb5c849a489412bf3"' > X-Poll-Interval: 60 ``` -Events support pagination, however the `per_page` option is unsupported. The fixed page size is 30 items. Fetching up to ten pages is supported, for a total of 300 events. For information, see "[Traversing with pagination](/rest/guides/traversing-with-pagination)." - Only events created within the past 90 days will be included in timelines. Events older than 90 days will not be included (even if the total number of events in the timeline is less than 300). {% for operation in currentRestOperations %}