mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Updated Calendar (markdown)
parent
b20b366389
commit
baf8dbb70e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue