forked from AkkomaGang/akkoma
Clarify that read notifications are returned
This commit is contained in:
parent
377aa9fb90
commit
328b2612cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue