summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarcel Müller <marcel-mueller@gmx.de>2023-03-22 14:04:33 +0100
committerMarcel Müller <marcel-mueller@gmx.de>2023-03-22 14:04:33 +0100
commitfd6d04eebd01031ca2f6fe5dad52384ed73f0d32 (patch)
tree23cff3c7373199c6dd00e113c1be463afcffb637 /docs
parent0b5e7eea0c3a88e73361b701296d06892980b769 (diff)
Fix capability documentation for markNotificationsAsRead
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/chat.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/chat.md b/docs/chat.md
index 548a0905f..f72338e8a 100644
--- a/docs/chat.md
+++ b/docs/chat.md
@@ -24,7 +24,7 @@ Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`: since Nextcloud 13
| `setReadMarker` | int | `1` to automatically set the read timer after fetching the messages, use `0` when your client calls `Mark chat as read` manually. (Default: `1`) |
| `includeLastKnown` | int | `1` to include the last known message as well (Default: `0`) |
| `noStatusUpdate` | int | Whether the "online" user status of the current user should be "kept-alive" (`1`) or not (`0`) (defaults to `0`) |
-| `markNotificationsAsRead` | int | `0` to not mark notifications as read (Default: `1`, only available with `chat-read-status` capability) |
+| `markNotificationsAsRead` | int | `0` to not mark notifications as read (Default: `1`, only available with `chat-keep-notifications` capability) |
* Response:
- Status code: