From bca545297094a2290bda220902373110adb0f796 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sun, 22 Apr 2018 13:32:00 -0400 Subject: [PATCH] The only_media query param is public and tag only (#599) Per [a discussion elsewhere], the `only_media` query param does not work on the home timeline API. [a discussion elsewhere]: https://github.com/tootsuite/mastodon/issues/6603#issuecomment-383099654 --- Using-the-API/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index b3a920ee..8cf78f30 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -684,7 +684,7 @@ Query parameters: | Field | Description | Optional | | ----------------- | ----------------------------------------------------------------------------------- | ---------- | | `local` | Only return statuses originating from this instance (public and tag timelines only) | yes | -| `only_media` | Only return statuses that have media attachments | 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 | | `limit` | Maximum number of statuses on the requested timeline to get (Default 20, Max 40) | yes |