diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index a883e67..55d4495 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -97,7 +97,9 @@ similarly, allows you to specify the largest. By specifying either one (generall | |||
97 | only one, not both) of them you can go through pages forwards and backwards. | 97 | only one, not both) of them you can go through pages forwards and backwards. |
98 | 98 | ||
99 | limit allows you to specify how many results you would like returned. Note that an | 99 | limit allows you to specify how many results you would like returned. Note that an |
100 | instance may choose to return less results than you requested. | 100 | instance may choose to return less results than you requested - by default, Mastodon |
101 | will return no more than 40 statues and no more than 80 accounts no matter how high | ||
102 | you set the limit. | ||
101 | 103 | ||
102 | The responses returned by paginated endpoints contain a "link" header that specifies | 104 | The responses returned by paginated endpoints contain a "link" header that specifies |
103 | which parameters to use to get the next and previous pages. Mastodon.py parses these | 105 | which parameters to use to get the next and previous pages. Mastodon.py parses these |