mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 20:58:51 +00: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:
parent
4b30e7265b
commit
887399b815
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue