Clarify since_id vs min_id (#1209)
* Clarify since_id vs min_id * forgot to update the template
This commit is contained in:
parent
e71fb8b814
commit
5377ff0edf
12 changed files with 75 additions and 63 deletions
|
@ -57,14 +57,14 @@ Authorization
|
|||
|
||||
##### Query parameters
|
||||
|
||||
max_id
|
||||
: String. Return results older than this ID
|
||||
max_id
|
||||
: String. All results returned will be lesser than this ID. In effect, sets an upper bound on results.
|
||||
|
||||
since_id
|
||||
: String. Return results newer than this ID
|
||||
: String. All results returned will be greater than this ID. In effect, sets a lower bound on results.
|
||||
|
||||
min_id
|
||||
: String. Return results immediately newer than this ID
|
||||
: String. Returns results immediately newer than this ID. In effect, sets a cursor at this ID and paginates forward.
|
||||
|
||||
limit
|
||||
: Integer. Maximum number of results to return. Defaults to 15 notifications. Max 30 notifications.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue