diff --git a/website/server/controllers/api-v3/chat.js b/website/server/controllers/api-v3/chat.js index 4835ceca4c..dda2800ed8 100644 --- a/website/server/controllers/api-v3/chat.js +++ b/website/server/controllers/api-v3/chat.js @@ -20,10 +20,14 @@ const FLAG_REPORT_EMAILS = nconf.get('FLAG_REPORT_EMAIL').split(',').map((email) /** * @apiDefine MessageNotFound * @apiError (404) {NotFound} MessageNotFound The specified message could not be found. - * + */ + +/** * @apiDefine GroupIdRequired * @apiError (404) {badRequest} groupIdRequired A group ID is required - * + */ + +/** * @apiDefine ChatIdRequired * @apiError (404) {badRequest} chatIdRequired A chat ID is required */