From 7abdd45c06bc82d801959b8682442c3eb2a8deee Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Tue, 22 Jun 2021 17:53:41 +0200 Subject: [PATCH] notifications.yaml: Use int64 for timestamp --- data/api/client-server/notifications.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/api/client-server/notifications.yaml b/data/api/client-server/notifications.yaml index 6d141ff8..809b2c0d 100644 --- a/data/api/client-server/notifications.yaml +++ b/data/api/client-server/notifications.yaml @@ -126,6 +126,7 @@ paths: description: The ID of the room in which the event was posted. ts: type: integer + format: int64 description: |- The unix timestamp at which the event notification was sent, in milliseconds.