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
This commit is contained in:
Mike Burns 2018-04-22 13:32:00 -04:00 committed by Eugen Rochko
parent 18cbb6b6f8
commit bca5452970
1 changed files with 1 additions and 1 deletions

View File

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