mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-22 14:49:33 +00:00
Created Album Lookup (markdown)
parent
eb1779af78
commit
0530cfc851
1 changed files with 23 additions and 0 deletions
23
Album-Lookup.md
Normal file
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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
```
|
Loading…
Reference in a new issue