From b62922bfb1b236c0c48deb387e3a7382bc7528cc Mon Sep 17 00:00:00 2001 From: rui hildt Date: Sun, 23 Aug 2020 16:17:08 +0200 Subject: [PATCH] Update example --- api-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-documentation.md b/api-documentation.md index 1c66bc8..d86a9cb 100644 --- a/api-documentation.md +++ b/api-documentation.md @@ -586,7 +586,7 @@ A json object for the added meeting with `id`, `meeting_id` and `possible_date`. { "id": 20, "meeting_id": "03ac7a10-316f-46e8-bb55-8611e7e5b31c", - "possible_date": "2025-02-26T23:00:00.000Z" + "possible_date": "2025-02-26" } ```