mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
clarify usage of API's block route and remove incorrect info about only admins using it
This commit is contained in:
parent
44abfeb013
commit
9981f450c0
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue