From fe076fc4638478fe800239c30b9d086257cea433 Mon Sep 17 00:00:00 2001 From: StoneFrog Date: Fri, 16 Feb 2024 15:53:07 +0100 Subject: [PATCH] align date/time formats on examples --- content/reference/endpoints/availabilities.md | 8 ++++---- content/reference/endpoints/bookings.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/reference/endpoints/availabilities.md b/content/reference/endpoints/availabilities.md index f32dc1d7..c91b61f1 100644 --- a/content/reference/endpoints/availabilities.md +++ b/content/reference/endpoints/availabilities.md @@ -9,9 +9,9 @@ This resource represents the Availabilities for a given Rental. The `map` repres Availabilities are regenerated after creation of Bookings and at the beginning of each month and `start_date` always points to the beginning of current month. -Particularly useful when implementing a UI containing calendar that allows to select dates for a Booking - using this map you can block unavailable dates. +Particularly useful when implementing a UI containing calendar that allows to select dates for a Booking - using this map you can block unavailable dates. -However, this resource doesn't cover all cases why a given day might be unavailable (e.g. it doesn't cover [Rates Rules](/reference/endpoints/rates_rules/)). You might want to check [ChangeOvers](http://developers.bookingsync.com/reference/endpoints/change_overs/) to have a map covering these cases. +However, this resource doesn't cover all cases why a given day might be unavailable (e.g. it doesn't cover [Rates Rules](/reference/endpoints/rates_rules/)). You might want to check [ChangeOvers](http://developers.bookingsync.com/reference/endpoints/change_overs/) to have a map covering these cases. ### Parameters