1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 14:17:19 +02:00

Without profileId, the POST fails with 400 and the following error in the logs: Invalid request Validation failed: -- 'Profile Id' must be greater than '0'. -- Profile does not exist

muffetman 2020-03-27 10:58:03 +01:00
parent b6e1f5ab2a
commit 413fa8793c

@ -148,6 +148,7 @@ Required:
- `titleSlug (string)`
- `images (array)`
- `tmdbId (int)`
- `profileId (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