1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Automated API Docs update

This commit is contained in:
Servarr
2023-08-21 04:04:46 +00:00
committed by Bogdan
parent bd3fad9636
commit 8257e01995
+16 -16
View File
@@ -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",