diff --git a/API:Movie.md b/API:Movie.md index aee112e..2cb9033 100644 --- a/API:Movie.md +++ b/API:Movie.md @@ -142,14 +142,14 @@ Adds a new movie to your collection NOTE: if you do not add the required params, then the movie addition wont function. Some of these without the others can indeed make a "movie". But it wont function properly in Radarr. Required: -`title (string)` -`qualityProfileId (int)` -`titleSlug (string)` -`images (array)` -`tmdbId (int)` -`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 + +- `title (string)` +- `qualityProfileId (int)` +- `titleSlug (string)` +- `images (array)` +- `tmdbId (int)` +- `year (int)` release year. **Very important needed for the correct path!** +- `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)`