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