From b903b07128e7af7f11875da8f09fb0652b328410 Mon Sep 17 00:00:00 2001 From: Mahan Date: Tue, 11 Jun 2024 10:18:16 +0000 Subject: [PATCH] Add description to /followed_tags (#1452) --- content/en/methods/followed_tags.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/methods/followed_tags.md b/content/en/methods/followed_tags.md index 56cceea..fdff045 100644 --- a/content/en/methods/followed_tags.md +++ b/content/en/methods/followed_tags.md @@ -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" >}} \ No newline at end of file +{{< 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" >}}