Document streaming URL for local statuses (#466)
See https://github.com/tootsuite/mastodon/issues/5839.
This commit is contained in:
parent
ff454d3215
commit
e7e3e4a52f
|
@ -13,6 +13,10 @@ Returns events that are relevant to the authorized user, i.e. home timeline and
|
|||
|
||||
Returns all public statuses
|
||||
|
||||
**GET /api/v1/streaming/public/local**
|
||||
|
||||
Returns all local statuses
|
||||
|
||||
**GET /api/v1/streaming/hashtag**
|
||||
|
||||
Returns all public statuses for a particular hashtag (query param `tag`)
|
||||
|
|
Loading…
Reference in New Issue