notifications.yaml: Use int64 for timestamp
This commit is contained in:
parent
f8bf0fa0ac
commit
7abdd45c06
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue