Automated API Docs update

pull/8843/head
Servarr 11 months ago committed by Bogdan
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…
Cancel
Save