mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 15:53:23 +00:00
Updated Release (markdown)
parent
18fb976676
commit
d9b7ada309
1 changed files with 36 additions and 0 deletions
36
Release.md
36
Release.md
|
@ -62,3 +62,39 @@ Required:
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 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"
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in a new issue