From 76b51b8b658e7ed2d94b343d310e568f888a6d83 Mon Sep 17 00:00:00 2001 From: Alys Date: Wed, 13 Jul 2016 19:57:29 +1000 Subject: [PATCH] fix apidoc typo: change clear-flags to clearflags --- website/server/controllers/api-v3/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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