refactor Inbox-mongodb requests

This commit is contained in:
negue
2018-11-08 22:04:55 +01:00
parent 2c250bfcd9
commit 8f2435c37c
4 changed files with 15 additions and 18 deletions

View File

@@ -23,7 +23,7 @@ let api = {};
*
* @apiUse MessageNotFound
* @apiUse MessageIdRequired
* @apiError (404) {NotFound} messageGroupChatFlagAlreadyReported The message has already been flagged
* @apiError (400) {BadRequest} messageGroupChatFlagAlreadyReported The message has already been flagged
*/
api.flagPrivateMessage = {
method: 'POST',