From b6ebe8dba6815c215de597088aa40b60f0e761ec Mon Sep 17 00:00:00 2001 From: rui hildt Date: Tue, 5 May 2020 16:14:08 +0200 Subject: [PATCH] correct typo --- api-documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-documentation.md b/api-documentation.md index 11686fd..fd2aec2 100644 --- a/api-documentation.md +++ b/api-documentation.md @@ -625,7 +625,7 @@ A json object with the availibility to add with **`participant_id`**, **`possibl ``` { "account_id": 5, - "meeting_id": "f86983db-955e-43b8-be3e-bc92bbeb9b43" + "meeting_id": "f86983db-955e-43b8-be3e-bc92bbeb9b43", "possible_date_id": 21, "preference": 0, "start_time": "2021-06-25 09:00:00", @@ -643,7 +643,7 @@ A json object with the availibility added with **`id`**, **`account_id`**, **`me { "id": 1 "account_id": 5, - "meeting_id": "f86983db-955e-43b8-be3e-bc92bbeb9b43" + "meeting_id": "f86983db-955e-43b8-be3e-bc92bbeb9b43", "possible_date_id": 21, "preference": 0, "start_time": "2021-06-25 09:00:00",