Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/methods/mutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GET /api/v1/mutes HTTP/1.1

Accounts the user has muted.

**Returns:** Array of [Account]({{<relref "entities/Account">}})\
**Returns:** Array of [MutedAccount]({{<relref "entities/Account#MutedAccount">}})\
**OAuth:** User token + `read:mutes` or `follow`\
**Version history:**\
0.0.0 - added\
Expand Down Expand Up @@ -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" >}}
{{< 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" >}}