Automated API Docs update

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

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

Loading…
Cancel
Save