Use type: integer, format: int64 for timestamps (#1129)
* Use type: integer / format: int64 for timestamps Closes #749. * Changelog
This commit is contained in:
parent
6adacd18c1
commit
6792b7a9d6
7 changed files with 11 additions and 3 deletions
|
@ -184,6 +184,7 @@ paths:
|
|||
description: The `pushkey` given when the pusher was created.
|
||||
pushkey_ts:
|
||||
type: integer
|
||||
format: int64
|
||||
description: |-
|
||||
The unix timestamp (in seconds) when the
|
||||
pushkey was last updated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue