From 16e172a93e49b053f2717a8005fccaf287d7da4c Mon Sep 17 00:00:00 2001 From: Spencer Curtis Date: Tue, 29 Jan 2019 03:16:55 -0700 Subject: [PATCH] Clarify optional parameters in the POST section. --- API:Movie.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/API:Movie.md b/API:Movie.md index 2cb9033..a18ca4a 100644 --- a/API:Movie.md +++ b/API:Movie.md @@ -152,8 +152,13 @@ Required: - `path (string)` - full path to the movie on disk **or** `rootFolderPath (string)` - full path will be created by combining the rootFolderPath with the movie title Optional: -`monitored (bool)` -`addOptions (object)` +- `monitored (bool)` - whether the movie should be monitored or not. +- `addOptions (object)` - should contain a `searchForMovie (string)` key with a `bool` value whether Radarr should search for the movie upon being added. For example: +```JSON +"addOptions" : { + "searchForMovie" : true +} +``` ##### Returns JsonObject ######