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"}` ---