Add description to /followed_tags (#1452)
This commit is contained in:
parent
509b20926b
commit
b903b07128
|
@ -23,6 +23,8 @@ aliases: [
|
|||
GET /api/v1/followed_tags HTTP/1.1
|
||||
```
|
||||
|
||||
List your followed hashtags.
|
||||
|
||||
**Returns:** Array of [Tag]({{< relref "entities/Tag" >}})\
|
||||
**OAuth:** User token + `read:follows`\
|
||||
**Version history:**\
|
||||
|
@ -127,4 +129,4 @@ Invalid or missing Authorization header.
|
|||
|
||||
{{< page-relref ref="methods/tags#unfollow" caption="POST /api/v1/tags/:id/unfollow" >}}
|
||||
|
||||
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/followed_tags_controller.rb" caption="app/controllers/api/v1/followed_tags_controller.rb" >}}
|
||||
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/followed_tags_controller.rb" caption="app/controllers/api/v1/followed_tags_controller.rb" >}}
|
||||
|
|
Loading…
Reference in New Issue