diff --git a/Release.md b/Release.md index a3ef79d..a07404f 100644 --- a/Release.md +++ b/Release.md @@ -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" +} ``` \ No newline at end of file