Automated API Docs update [skip ci]

This commit is contained in:
Servarr 2023-07-15 22:42:21 +00:00 committed by Bogdan
parent da0a4a9d24
commit 34ad4ef337
1 changed files with 11 additions and 0 deletions

View File

@ -13002,6 +13002,17 @@
"type": "integer",
"format": "int32"
},
"customFormats": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CustomFormatResource"
},
"nullable": true
},
"customFormatScore": {
"type": "integer",
"format": "int32"
},
"mediaInfo": {
"$ref": "#/components/schemas/MediaInfoResource"
},