1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-22 22:59:41 +00:00

Created Album Lookup (markdown)

Qstick 2018-04-14 23:35:51 -04:00
parent eb1779af78
commit 0530cfc851

23
Album-Lookup.md Normal file

@ -0,0 +1,23 @@
**Endpoint: "/album/lookup"**
## GET ##
##### Summary #####
Search for album by name or id
##### Parameters ######
*None*
##### Returns JsonArray ######
```JSON
[
{
"path": "C:\\",
"label": "",
"freeSpace": 282500067328,
"totalSpace": 499738734592
}
]
```