Automated API Docs update

pull/8843/head
Servarr 1 year ago committed by Bogdan
parent a2216f23ec
commit ed107cadac

@ -11466,6 +11466,24 @@
}, },
"movie": { "movie": {
"$ref": "#/components/schemas/MovieResource" "$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 "additionalProperties": false

Loading…
Cancel
Save