Automated API Docs update

pull/9079/head
Servarr 9 months ago committed by Bogdan
parent bd3fad9636
commit 8257e01995

@ -11928,7 +11928,7 @@
"nullable": true
},
"source": {
"$ref": "#/components/schemas/Source"
"$ref": "#/components/schemas/QualitySource"
},
"resolution": {
"type": "integer",
@ -12061,6 +12061,21 @@
},
"additionalProperties": false
},
"QualitySource": {
"enum": [
"unknown",
"cam",
"telesync",
"telecine",
"workprint",
"dvd",
"tv",
"webdl",
"webrip",
"bluray"
],
"type": "string"
},
"QueueBulkResource": {
"type": "object",
"properties": {
@ -12661,21 +12676,6 @@
],
"type": "string"
},
"Source": {
"enum": [
"unknown",
"cam",
"telesync",
"telecine",
"workprint",
"dvd",
"tv",
"webdl",
"webrip",
"bluray"
],
"type": "string"
},
"SourceType": {
"enum": [
"tmdb",

Loading…
Cancel
Save