update documentation for marking chat seen

Documentation included the chatId in the url, but the api does not use it. Adding the chatId will cause a 404 error. The api marks all chats in the guild as read; not individual chats.

closes #7742
This commit is contained in:
eshapard
2016-06-30 11:18:58 -07:00
committed by Blade Barringer
parent 4b30e7265b
commit 887399b815

View File

@@ -313,7 +313,7 @@ api.clearChatFlags = {
};
/**
* @api {post} /api/v3/groups/:groupId/chat/:chatId/seen Seen a group chat message
* @api {post} /api/v3/groups/:groupId/chat/seen Mark all messages as read for a group
* @apiVersion 3.0.0
* @apiName SeenChat
* @apiGroup Chat