Merge pull request #511 from codimd/docs/dev/public_api/fix

Fixes types of timestamps and property name
This commit is contained in:
David Mehren 2020-10-02 19:10:21 +02:00 committed by GitHub
commit b299fa553e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -578,7 +578,7 @@ components:
type: string
description: A tag
updateTime:
type: integer
type: string
description: ISO-timestamp of when the note was last changed.
updateUser:
$ref: "#/components/schemas/UserInfo"
@ -621,8 +621,8 @@ components:
id:
type: integer
description: The id of the revision
createdAt:
type: integer
createdTime:
type: string
description: ISO-timestamp of when the revision was saved. Is also the revision-id.
length:
type: integer