mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
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:
committed by
Blade Barringer
parent
4b30e7265b
commit
887399b815
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user