mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
Fixes types of timestamps and property name
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
d1bfa5e4c7
commit
743eb7469d
1 changed files with 3 additions and 3 deletions
|
@ -578,7 +578,7 @@ components:
|
||||||
type: string
|
type: string
|
||||||
description: A tag
|
description: A tag
|
||||||
updateTime:
|
updateTime:
|
||||||
type: integer
|
type: string
|
||||||
description: ISO-timestamp of when the note was last changed.
|
description: ISO-timestamp of when the note was last changed.
|
||||||
updateUser:
|
updateUser:
|
||||||
$ref: "#/components/schemas/UserInfo"
|
$ref: "#/components/schemas/UserInfo"
|
||||||
|
@ -621,8 +621,8 @@ components:
|
||||||
id:
|
id:
|
||||||
type: integer
|
type: integer
|
||||||
description: The id of the revision
|
description: The id of the revision
|
||||||
createdAt:
|
createdTime:
|
||||||
type: integer
|
type: string
|
||||||
description: ISO-timestamp of when the revision was saved. Is also the revision-id.
|
description: ISO-timestamp of when the revision was saved. Is also the revision-id.
|
||||||
length:
|
length:
|
||||||
type: integer
|
type: integer
|
||||||
|
|
Loading…
Reference in a new issue