Updated Release (markdown)

Qstick 2018-04-15 00:27:59 -04:00
parent 18fb976676
commit d9b7ada309
1 changed files with 36 additions and 0 deletions

@ -61,4 +61,40 @@ Required:
"downloadProtocol": "unknown"
}
]
```
## POST ##
##### Summary #####
Adds a previously searched release to the download client setup in Lidarr
##### Parameters ######
Required:
`guid (string)`
`indexerId (int)`
##### Returns JsonArray ######
```JSON
{
"guid": "1_https://api.nzb4you.info/details/6dec5aesdfsdfd98cf5a8ac76",
"qualityWeight": 0,
"age": 0,
"ageHours": 0,
"ageMinutes": 0,
"size": 0,
"indexerId": 1,
"discography": false,
"sceneSource": false,
"approved": false,
"temporarilyRejected": false,
"rejected": false,
"publishDate": "0001-01-01T00:00:00Z",
"downloadAllowed": false,
"releaseWeight": 0,
"protocol": "unknown",
"downloadProtocol": "unknown"
}
```