LIMIT param default & max notifications updated

This commit is contained in:
Manish Roy 2023-05-01 23:25:46 +05:30 committed by GitHub
parent 55e3115070
commit de32f10574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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.