featured_tags API methods: Fix typo (#1494)
This commit is contained in:
parent
0e88921543
commit
9b660bb152
1 changed files with 2 additions and 2 deletions
|
@ -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" >}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue