1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Updated API:Command (markdown)

Leonardo Galli 2017-05-30 11:44:02 +02:00
parent 772be0e89e
commit dccb77117b

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