Updated Album Lookup (markdown)

Jamie 2018-06-28 21:22:05 +01:00
parent 39c3634cb0
commit ad4bcb7d7e
1 changed files with 2 additions and 2 deletions

@ -15,13 +15,13 @@ Or you can use `lidarr:b5b4bb4b-8ba5-3acf-88cb-4cae2699d8da` if you know the alb
#### Full Breakdown: ####
```
curl --request GET "localhost:8686/api/v1/Artist/lookup?term=Hybrid%20Theory&apikey=YOURAPIKEY"
curl --request GET "localhost:8686/api/v1/Album/lookup?term=Hybrid%20Theory&apikey=YOURAPIKEY"
```
-- or --
```
curl --request GET "localhost:8686/api/v1/Artist/lookup?term=lidarr:b5b4bb4b-8ba5-3acf-88cb-4cae2699d8da&apikey=YOURAPIKEY"
curl --request GET "localhost:8686/api/v1/Album/lookup?term=lidarr:b5b4bb4b-8ba5-3acf-88cb-4cae2699d8da&apikey=YOURAPIKEY"
```
##### Returns Array ######