From baf8dbb70e18ca30ff947473e0197ec3a0e62398 Mon Sep 17 00:00:00 2001 From: Qstick Date: Mon, 30 Oct 2017 21:45:06 -0400 Subject: [PATCH] Updated Calendar (markdown) --- Calendar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calendar.md b/Calendar.md index ece35dd..542cdcf 100644 --- a/Calendar.md +++ b/Calendar.md @@ -18,7 +18,7 @@ Optional: To get a list of all items appearing on the Lidarr calendar between July 26, 2017 and July 27, 2017, you could call: - http://lidarr.ip:port/api/calendar?apikey=YourApiKey&start=2017-07-26&end=2017-07-27 + http://lidarr.ip:port/api/v1/calendar?apikey=YourApiKey&start=2017-07-26&end=2017-07-27 Note that you need to replace 'lidarr.ip' and 'port' with the IP address of the machine running Lidarr and the port it's listening on, in addition to 'YourApiKey' being replaced with the API key of your Lidarr installation.