From 9b2ce19146a1c2e1e315f7cc37851d6bdbb9d955 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sat, 24 Jun 2017 21:22:56 +0100 Subject: [PATCH] Added the minimumAvailability into the responses --- API:Movie.md | 4 ++++ 1 file changed, 4 insertions(+) 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",