mirror of https://github.com/Radarr/Radarr
Automated API Docs update
This commit is contained in:
parent
a2216f23ec
commit
ed107cadac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue