Add description to /followed_tags (#1452)

This commit is contained in:
Mahan 2024-06-11 10:18:16 +00:00 committed by GitHub
parent 509b20926b
commit b903b07128
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

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