Mute a User
POST/users/:user-id/mute
Mute a user. This will prevent mod.io from returning mods to you authored by the muted user. Successful request will return 204 No Content
.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
403 | 17039 | You cannot mute yourself, you should potentially show restraint instead. |
404 | 17000 | The user with the supplied id could not be found. |
Responses
- 204
- 403
- 404
Successful Request. No Body Returned.
You cannot mute yourself, you should potentially show restraint instead.
The user with the supplied id could not be found.