From de32f1057460619cfdfdd248988946e3b4c8e33e Mon Sep 17 00:00:00 2001 From: Manish Roy <34767051+ManVTish@users.noreply.github.com> Date: Mon, 1 May 2023 23:25:46 +0530 Subject: [PATCH] LIMIT param default & max notifications updated --- content/en/methods/notifications.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en/methods/notifications.md b/content/en/methods/notifications.md index 67745fc9..bb899e86 100644 --- a/content/en/methods/notifications.md +++ b/content/en/methods/notifications.md @@ -46,7 +46,8 @@ Types to filter include: 3.1.0 - added `follow_request` type\ 3.3.0 - added `status` type; both `min_id` and `max_id` can be used at the same time now\ 3.5.0 - added `types`; add `update` and `admin.sign_up` types\ -4.0.0 - added `admin.report` type +4.0.0 - added `admin.report` type\ +4.1.0 - notification limit changed from 15 (max 30) to 40 (max 80) #### Request @@ -67,7 +68,7 @@ min_id : String. Return results immediately newer than this ID limit -: Integer. Maximum number of results to return. Defaults to 40 notifications. Max notifications depends on the limit param. +: Integer. Maximum number of results to return. Defaults to 40 notifications. Max notifications 80. types[] : Array of String. Types to include in the result.