1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

featured_tags API methods: Fix typo (#1494)

This commit is contained in:
Marcin Mikołajczak 2024-07-31 19:22:41 +02:00 committed by GitHub
parent 0e88921543
commit 9b660bb152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,7 +125,7 @@ If `name` is not a valid hashtag, e.g. contains illegal characters or only numbe
---
## Unfeature a tag {unfeature}
## Unfeature a tag {#unfeature}
```http
DELETE /api/v1/featured_tags/:id HTTP/1.1
@ -309,4 +309,4 @@ Invalid or missing Authorization header.
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/featured_tags_controller.rb" caption="app/controllers/api/v1/featured_tags_controller.rb" >}}
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/featured_tags/suggestions_controller.rb" caption="app/controllers/api/v1/featured_tags/suggestions_controller.rb" >}}
{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/featured_tags/suggestions_controller.rb" caption="app/controllers/api/v1/featured_tags/suggestions_controller.rb" >}}