Skip to content

Commit 776681d

Browse files
authored
add start and end times to calendars enpoint in rest.md (#2559)
1 parent be267ec commit 776681d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ curl \
501501

502502
</ApiEndpoint>
503503

504-
<ApiEndpoint path="/api/calendars/<calendar entity_id>" method="get">
504+
<ApiEndpoint path="/api/calendars/<calendar entity_id>?start=<timestamp>&end=<timestamp>" method="get">
505505

506506
Returns the list of [calendar events](/docs/core/entity/calendar/#calendarevent) for the specified calendar `entity_id` between the `start` and `end` times (exclusive).
507507

0 commit comments

Comments
 (0)