From 776681d0e26e9b9edc4303281b9d4d047bf66ecb Mon Sep 17 00:00:00 2001 From: Thomas Kilgour Date: Sun, 2 Mar 2025 17:35:26 -0500 Subject: [PATCH] add start and end times to calendars enpoint in rest.md (#2559) --- docs/api/rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/rest.md b/docs/api/rest.md index 96d437b4..409f492b 100644 --- a/docs/api/rest.md +++ b/docs/api/rest.md @@ -501,7 +501,7 @@ curl \ - + Returns the list of [calendar events](/docs/core/entity/calendar/#calendarevent) for the specified calendar `entity_id` between the `start` and `end` times (exclusive).