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
1 changed files with 18 additions and 0 deletions

View File

@ -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