More PR feedback

pull/977/head
David Baker 8 years ago
parent fd8c1a43c7
commit 14944fe237

@ -98,13 +98,14 @@ paths:
description: |- description: |-
The token to supply in the ``from`` param of the next The token to supply in the ``from`` param of the next
``/notifications`` request in order to request more ``/notifications`` request in order to request more
events. events. If this is absent, there are no more results.
notifications: notifications:
type: array type: array
required: true required: true
items: items:
type: object type: object
title: notification title: Notification
required: true
properties: properties:
actions: actions:
type: array type: array
@ -136,11 +137,11 @@ paths:
required: true required: true
description: The ID of the room in which the event was posted. description: The ID of the room in which the event was posted.
ts: ts:
type: number type: integer
required: true required: true
description: |- description: |-
The unix timestamp at which the event notification was sent, The unix timestamp at which the event notification was sent,
in milliseconds. in milliseconds.
description: The list of events that triggered notifications. description: The list of events that triggered notifications.
tags: tags:
- Notifications API - Push notifications

Loading…
Cancel
Save