aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-04 13:39:39 +0300
committerrinpatch <rinpatch@sdf.org>2019-09-04 13:39:39 +0300
commit328b2612cd957aa3ad810101a20037e4e9843bb0 (patch)
treeefd329ebcfdd39b2fe4c6592a0d96b10034268e9
parent377aa9fb90ff1c8537112f23bfc329f1ac0696b4 (diff)
downloadpleroma-328b2612cd957aa3ad810101a20037e4e9843bb0.tar.gz
Clarify that read notifications are returned
-rw-r--r--docs/api/pleroma_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/pleroma_api.md b/docs/api/pleroma_api.md
index c08ee9ecd..7d343e97a 100644
--- a/docs/api/pleroma_api.md
+++ b/docs/api/pleroma_api.md
@@ -133,7 +133,7 @@ See [Admin-API](Admin-API.md)
* Params (mutually exclusive):
* `id`: a single notification id to read
* `max_id`: read all notifications up to this id
-* Response: Notification entity/Array of Notification entities. In case of `max_id`, only the first 80 notifications will be returned.
+* Response: Notification entity/Array of Notification entities that were read. In case of `max_id`, only the first 80 read notifications will be returned.
## `/api/v1/pleroma/accounts/:id/subscribe`
### Subscribe to receive notifications for all statuses posted by a user