1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00

Automated API Docs update

This commit is contained in:
Servarr
2023-07-18 04:35:08 +00:00
committed by Bogdan
parent a2216f23ec
commit ed107cadac

View File

@@ -11466,6 +11466,24 @@
},
"movie": {
"$ref": "#/components/schemas/MovieResource"
},
"languages": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Language"
},
"nullable": true
},
"customFormats": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CustomFormatResource"
},
"nullable": true
},
"customFormatScore": {
"type": "integer",
"format": "int32"
}
},
"additionalProperties": false