clarify usage of API's block route and remove incorrect info about only admins using it

This commit is contained in:
Alys 2016-08-27 06:04:51 -07:00
parent 44abfeb013
commit 9981f450c0

View file

@ -1138,8 +1138,7 @@ api.userRebirth = {
};
/**
* @api {post} /api/v3/user/block/:uuid Block and unblock a user
* @apiDescription Must be an admin to make this request.
* @api {post} /api/v3/user/block/:uuid Block / unblock a user from sending you a PM
* @apiVersion 3.0.0
* @apiName BlockUser
* @apiGroup User