mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
make one extra small change for consistency
This commit is contained in:
parent
6fe87a8140
commit
1b39338eec
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const api = {};
|
|||
* @api {post} /api/v4/members/flag-private-message/:messageId Flag a private message
|
||||
* @apiDescription Moderators are notified about every flagged message,
|
||||
* including the sender, recipient, and full content of the message.
|
||||
* This route is for API v4 which must not be used in third-party tools as it can change without notice.
|
||||
* This is for API v4 which must not be used in third-party tools as it can change without notice.
|
||||
* There is no equivalent route in API v3.
|
||||
* @apiName FlagPrivateMessage
|
||||
* @apiGroup Member
|
||||
|
|
|
|||
Loading…
Reference in a new issue