mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 07:42:28 +00:00
Updated Release (markdown)
parent
18fb976676
commit
d9b7ada309
1 changed files with 36 additions and 0 deletions
36
Release.md
36
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"
|
||||
}
|
||||
```
|
Loading…
Reference in a new issue