From 934d748b3e4d0ca968486bf456d928241ceb7741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag=20=C3=85gren?= Date: Wed, 19 Sep 2018 00:10:08 +0300 Subject: [PATCH] Update API.md (#715) --- Using-the-API/API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index ca3289ac..edfe8080 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -855,8 +855,8 @@ Query parameters: | ----------------- | ----------------------------------------------------------------------------------- | ---------- | | `local` | Only return statuses originating from this instance (public and tag timelines only) | yes | | `only_media` | Only return statuses that have media attachments (public and tag timelines only) | yes | -| `max_id` | Get a list of timelines with ID less than this value | yes | -| `since_id` | Get a list of timelines with ID greater than this value | yes | +| `max_id` | Get a list of statuses with ID less than this value | yes | +| `since_id` | Get a list of statuses with ID greater than this value | yes | | `limit` | Maximum number of statuses on the requested timeline to get (Default 20, Max 40) | yes | > **Note:** `max_id` and `since_id` for next and previous pages are provided in the `Link` header. However, it is possible to use the `id` of the returned objects to construct your own URLs.