mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-16 07:52:36 +01:00
Added the minimumAvailability into the responses
parent
6e34011d1c
commit
9b2ce19146
@ -39,6 +39,7 @@ Returns all Movies in your collection
|
||||
"path": "/path/to/Assassin's Creed (2016)",
|
||||
"profileId": 6,
|
||||
"monitored": true,
|
||||
"minimumAvailability": "preDB",
|
||||
"runtime": 115,
|
||||
"lastInfoSync": "2017-01-23T22:05:32.365337Z",
|
||||
"cleanTitle": "assassinscreed",
|
||||
@ -104,6 +105,7 @@ Returns the movie with the matching ID or 404 if no matching movie is found
|
||||
"path": "/path/to/Assassin's Creed (2016)",
|
||||
"profileId": 6,
|
||||
"monitored": true,
|
||||
"minimumAvailability": "preDb",
|
||||
"runtime": 115,
|
||||
"lastInfoSync": "2017-01-23T22:05:32.365337Z",
|
||||
"cleanTitle": "assassinscreed",
|
||||
@ -177,6 +179,7 @@ Optional:
|
||||
"path": "/path/to/Minions (2015)",
|
||||
"profileId": 6,
|
||||
"monitored": true,
|
||||
"minimumAvailability": "preDb",
|
||||
"runtime": 0,
|
||||
"cleanTitle": "minions2015",
|
||||
"imdbId": "tt2293640",
|
||||
@ -230,6 +233,7 @@ All parameters (you should perform a GET/{id} and submit the full body with the
|
||||
"path": "/path/to/Assassin's Creed (2016)",
|
||||
"profileId": 6,
|
||||
"monitored": true,
|
||||
"minimumAvailability": "preDb",
|
||||
"runtime": 115,
|
||||
"lastInfoSync": "2017-01-23T22:05:32.365337Z",
|
||||
"cleanTitle": "assassinscreed",
|
||||
|
Loading…
Reference in New Issue
Block a user