From 772be0e89e41cdd04d6979db699bc66633006ca0 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Tue, 30 May 2017 11:43:20 +0200 Subject: [PATCH] Updated API:Command (markdown) --- API:Command.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/API:Command.md b/API:Command.md index af7da86..c9a23e8 100644 --- a/API:Command.md +++ b/API:Command.md @@ -147,5 +147,18 @@ Instruct Radarr to rename all files in the provided movies. --- +### CutOffUnmetMoviesSearch +Instructs Radarr to search all cutoff unmet movies (Take care, since it could go over your indexers api limits!) + +##### Parameters + +`filterKey (string)` Key by which to further filter cutoff unmet movies. (Possible values: monitored (recommended), all, status) + +`filterValue (string)` Value by which to further filter cutoff unmet movies. This must correspond to the filterKey. (Possible values with respect to the ones for the filterKey above: (true (recommended), false), (all), (available, released, inCinemas, announced) + +{"name":"cutOffUnmetMoviesSearch","filterKey":"monitored","filterValue":"true"} + +--- + ### NetImportSync ### Instructs Radarr to search all lists for movies not yet added to Radarr. \ No newline at end of file