Add documentation for /api/v2_alpha/notifications
(#1517)
* Add rough documentation for `/api/v2_alpha/notifications` * Update notifications_alpha.md * Add very rough documentation about notification groups entities * Add documentation for `NotificationGroup` entity * Document pagination-only `NotificationGroup` attributes * Fix documentation issue with `/api/v2_alpha/notifications/:group_key` and add example output * Add blurb about the goal of grouped notifications * Update notifications_alpha.md * Specify that the 80 limit is for notification groups, not notifications * Add documentation for `group_key` to `Notification` entity * Make `max_id`, `since_id` and `min_id` more explicit
This commit is contained in:
parent
8d67de74f9
commit
54f7d5a63f
2 changed files with 605 additions and 0 deletions
|
@ -46,6 +46,13 @@ aliases: [
|
|||
4.0.0 - added `admin.report`\
|
||||
4.3.0 - added `severed_relationships` and `moderation_warning`
|
||||
|
||||
### `group_key` {#group_key}
|
||||
|
||||
**Description:** Group key shared by similar notifications, to be used in the grouped notifications feature. Should be considered opaque.
|
||||
**Type:** String\
|
||||
**Version history:**\
|
||||
4.3.0 - added
|
||||
|
||||
### `created_at` {#created_at}
|
||||
|
||||
**Description:** The timestamp of the notification.\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue