From dccb77117b6a0b00326c1121cb03ded02d1e4cb2 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Tue, 30 May 2017 11:44:02 +0200 Subject: [PATCH] Updated API:Command (markdown) --- API:Command.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/API:Command.md b/API:Command.md index c9a23e8..f426e63 100644 --- a/API:Command.md +++ b/API:Command.md @@ -156,7 +156,8 @@ Instructs Radarr to search all cutoff unmet movies (Take care, since it could go `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"} +**Example:** +`{"name":"cutOffUnmetMoviesSearch","filterKey":"monitored","filterValue":"true"}` ---