diff --git a/website/server/controllers/api-v3/chat.js b/website/server/controllers/api-v3/chat.js index 248867e05e..ddc9182ed1 100644 --- a/website/server/controllers/api-v3/chat.js +++ b/website/server/controllers/api-v3/chat.js @@ -246,7 +246,7 @@ api.flagChat = { }; /** - * @api {post} /api/v3/groups/:groupId/chat/:chatId/clear-flags Clear a group chat message's flags + * @api {post} /api/v3/groups/:groupId/chat/:chatId/clearflags Clear a group chat message's flags * @apiDescription Admin-only * @apiVersion 3.0.0 * @apiName ClearFlags