From 4971e8cc406906b57e38d07b0efdfa3e4c2c09bc Mon Sep 17 00:00:00 2001 From: corneelwille Date: Mon, 2 Sep 2024 12:31:49 +0200 Subject: [PATCH] minor copy changes --- .../docs/search-api/filters/booking-availability.md | 2 +- projects/uitdatabank/docs/search-api/filters/status.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/uitdatabank/docs/search-api/filters/booking-availability.md b/projects/uitdatabank/docs/search-api/filters/booking-availability.md index 31fb655c..579b9be8 100644 --- a/projects/uitdatabank/docs/search-api/filters/booking-availability.md +++ b/projects/uitdatabank/docs/search-api/filters/booking-availability.md @@ -2,7 +2,7 @@ All events and places created in UiTdatabank have a `bookingAvailability` property. The bookingAvailability indicates whether there are still tickets or seats available for an event. -> The bookingAvailability only indicates whether there are still tickets or seats available for an event. It does not provide information about any cancellations or date changes, which are instead indicated by the [status](/status.md). +> The bookingAvailability only indicates whether there are still tickets or seats available for an event. It does not provide information about any cancellations or date changes, which are instead indicated by the `status`. ## Using the bookingAvailability parameter diff --git a/projects/uitdatabank/docs/search-api/filters/status.md b/projects/uitdatabank/docs/search-api/filters/status.md index 469c9c94..e369af38 100644 --- a/projects/uitdatabank/docs/search-api/filters/status.md +++ b/projects/uitdatabank/docs/search-api/filters/status.md @@ -4,7 +4,7 @@ All events and places created in UiTdatabank have a `status` property. The statu - an event is still happening as plannend or not - a place is still open for visits or not -> The status only indicates whether an event or place is proceeding as planned or is currently open. It does not provide information about the availability of tickets or spots, which is instead indicated by the [bookingAvailability](/booking-availability.md). +> The status only indicates whether an event or place is proceeding as planned or is currently open. It does not provide information about the availability of tickets or spots, which is instead indicated by the `booking-availability`. ## Using the status parameter @@ -46,4 +46,4 @@ Search for all events that are available in a given date range (advanced query p ```https GET /events/?q=status:Unavailable AND dateRange:[2025-05-01T00\:00\:00%2B01\:00 TO 2025-06-31T23\:59\:59%2B01\:00] -```` +```