diff --git a/content/en/methods/mutes.md b/content/en/methods/mutes.md index 4bfb5dfc3..0412bf063 100644 --- a/content/en/methods/mutes.md +++ b/content/en/methods/mutes.md @@ -26,7 +26,7 @@ GET /api/v1/mutes HTTP/1.1 Accounts the user has muted. -**Returns:** Array of [Account]({{}})\ +**Returns:** Array of [MutedAccount]({{}})\ **OAuth:** User token + `read:mutes` or `follow`\ **Version history:**\ 0.0.0 - added\ @@ -97,4 +97,4 @@ Invalid or missing Authorization header. {{< page-relref ref="methods/accounts#unmute" caption="POST /api/v1/accounts/:id/unmute" >}} -{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/mutes_controller.rb" caption="app/controllers/api/v1/mutes_controller.rb" >}} \ No newline at end of file +{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/mutes_controller.rb" caption="app/controllers/api/v1/mutes_controller.rb" >}}