notifications.yaml: Use int64 for timestamp

This commit is contained in:
Alexey Rusakov 2021-06-22 17:53:41 +02:00
parent f8bf0fa0ac
commit 7abdd45c06

View file

@ -126,6 +126,7 @@ paths:
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: integer type: integer
format: int64
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.