From e86898ce1886138ce7cbf5b27dcb33a303fd00aa Mon Sep 17 00:00:00 2001 From: Yannick Bungers Date: Thu, 1 Oct 2020 12:22:52 +0200 Subject: [PATCH] Fixes types of timestamps and property name Signed-off-by: Yannick Bungers --- docs/dev/public_api.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev/public_api.yml b/docs/dev/public_api.yml index f7314686c..c6312844d 100644 --- a/docs/dev/public_api.yml +++ b/docs/dev/public_api.yml @@ -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