diff --git a/API:Movie.md b/API:Movie.md index 8a76480..0ad2539 100644 --- a/API:Movie.md +++ b/API:Movie.md @@ -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",