addedInput schema / properties / confirmed
Added value: +{
+ "default": false,
+ "description": "Confirm multi-season",
+ "type": "boolean"
+}
addedInput schema / properties / dryRun
Added value: +{
+ "default": false,
+ "description": "Preview only",
+ "type": "boolean"
+}
changedInput schema / properties / is4k / description
Previous value: -"Request 4K version (default: false)"New value: +"Request 4K"
addedInput schema / properties / items
Added value: +{
+ "description": "Batch items",
+ "items": {
+ "properties": {
+ "is4k": {
+ "type": "boolean"
+ },
+ "mediaId": {
+ "type": "number"
+ },
+ "mediaType": {
+ "enum": [
+ "movie",
+ "tv"
+ ],
+ "type": "string"
+ },
+ "seasons": {
+ "description": "TV seasons (REQUIRED). \"all\"=no season 0 (specials); [0,1,2]=with specials",
+ "oneOf": [
+ {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ {
+ "enum": [
+ "all"
+ ],
+ "type": "string"
+ }
+ ]
+ }
+ },
+ "required": [
+ "mediaType",
+ "mediaId"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
changedInput schema / properties / mediaId / description
Previous value: -"TMDB ID of the media"New value: +"TMDB ID (single)"
changedInput schema / properties / mediaType / description
Previous value: -"Type of media to request"New value: +"Media type (single)"
removedInput schema / properties / profileId / description
Removed value: -"Quality profile ID (optional)"
removedInput schema / properties / rootFolder / description
Removed value: -"Root folder path (optional)"
changedInput schema / properties / seasons / description
Previous value: -"For TV shows: array of season numbers or \"all\" (optional)"New value: +"TV seasons. \"all\"=no season 0 (specials); [0,1,2]=with specials"
removedInput schema / properties / serverId / description
Removed value: -"Specific server ID (optional)"
addedInput schema / properties / validateFirst
Added value: +{
+ "default": true,
+ "description": "Check existing",
+ "type": "boolean"
+}
removedInput schema / required
Removed value: -[
- "mediaType",
- "mediaId"
-]