mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 04:28:38 +01:00
More PR feedback
This commit is contained in:
parent
fd8c1a43c7
commit
14944fe237
|
|
@ -98,13 +98,14 @@ paths:
|
|||
description: |-
|
||||
The token to supply in the ``from`` param of the next
|
||||
``/notifications`` request in order to request more
|
||||
events.
|
||||
events. If this is absent, there are no more results.
|
||||
notifications:
|
||||
type: array
|
||||
required: true
|
||||
items:
|
||||
type: object
|
||||
title: notification
|
||||
title: Notification
|
||||
required: true
|
||||
properties:
|
||||
actions:
|
||||
type: array
|
||||
|
|
@ -136,11 +137,11 @@ paths:
|
|||
required: true
|
||||
description: The ID of the room in which the event was posted.
|
||||
ts:
|
||||
type: number
|
||||
type: integer
|
||||
required: true
|
||||
description: |-
|
||||
The unix timestamp at which the event notification was sent,
|
||||
in milliseconds.
|
||||
description: The list of events that triggered notifications.
|
||||
tags:
|
||||
- Notifications API
|
||||
- Push notifications
|
||||
|
|
|
|||
Loading…
Reference in a new issue