Add description to /followed_tags (#1452)
This commit is contained in:
parent
509b20926b
commit
b903b07128
1 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,8 @@ aliases: [
|
||||||
GET /api/v1/followed_tags HTTP/1.1
|
GET /api/v1/followed_tags HTTP/1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
List your followed hashtags.
|
||||||
|
|
||||||
**Returns:** Array of [Tag]({{< relref "entities/Tag" >}})\
|
**Returns:** Array of [Tag]({{< relref "entities/Tag" >}})\
|
||||||
**OAuth:** User token + `read:follows`\
|
**OAuth:** User token + `read:follows`\
|
||||||
**Version history:**\
|
**Version history:**\
|
||||||
|
@ -127,4 +129,4 @@ Invalid or missing Authorization header.
|
||||||
|
|
||||||
{{< page-relref ref="methods/tags#unfollow" caption="POST /api/v1/tags/:id/unfollow" >}}
|
{{< 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…
Add table
Add a link
Reference in a new issue