They're a bit unusual on the user endpoints, needing POST requests to mute someone, DELETE requests to unmute, and with no way to list current mutes. Instead we should have /mutes endpoints that you can PUT to to mute someone, DELETE to unmute, and GET to list.
They're a bit unusual on the user endpoints, needing POST requests to mute someone, DELETE requests to unmute, and with no way to list current mutes.
Instead we should have /mutes endpoints that you can PUT to to mute someone, DELETE to unmute, and GET to list.